Inspect and view changes in TeamDynamix Newish Detector source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"manifest_version": 3,
"name": "TeamDynamix Newish Detector",
"version": "1.6",
"description": "Increases granularity in the \"New\" ticket status by showing if it has been replied to.",
"permissions": [],
"content_scripts": [
{
"matches": [
"*://*/TDNext/Home/Desktop/*.aspx"
],
"js": [
"content.js"
],
"run_at": "document_end",
"all_frames": true
}
],
"browser_specific_settings": {
"gecko": {
"id": "{f8c3147f-5236-46ad-9d5b-9fe8022f3d6b}",
"strict_min_version": "58.0"
}
}
}