TRACKOO_TSE_OTC
Use the context menu to search Trackings for TRMS
What is TRACKOO_TSE_OTC?
TRACKOO_TSE_OTC is a Chrome extension developed by trackoo.tse, and its main feature is "Use the context menu to search Trackings for TRMS".
Extension Screenshots
Download TRACKOO_TSE_OTC Extension CRX File
Download TRACKOO_TSE_OTC extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Transformation Search Extension - These are the extensions used to reduce the time in switching between tabs.
Extension Basic Information
Name | TRACKOO_TSE_OTC |
ID | bidmobmhodkidlkjdemeejnmajejlljn |
Official URL | https://chromewebstore.google.com/detail/trackootseotc/bidmobmhodkidlkjdemeejnmajejlljn |
Description | Use the context menu to search Trackings for TRMS |
File Size | 33.79 KB |
Installation Count | 606 |
Current Version | 1.3 |
Last Updated | 2023-03-25 |
Publish Date | 2022-08-11 |
Developer | trackoo.tse |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TRACKOO_TSE_OTC", "description": "Use the context menu to search Trackings for TRMS", "version": "1.3", "manifest_version": 3, "options_page": "options.html", "permissions": [ "contextMenus", "storage", "scripting" ], "host_permissions": [ "http:\/\/*\/", "https:\/\/*\/" ], "background": { "service_worker": "background.js", "type": "module" }, "action": { "default_popup": "options.html" }, "icons": { "16": "globalGoogle16.png", "48": "globalGoogle48.png", "128": "globalGoogle128.png" } } |