TRACKOO_TSE_RA

Use the context menu to search Trackings for TRMS

What is TRACKOO_TSE_RA?

TRACKOO_TSE_RA is a Chrome extension developed by trackoo.tse, and its main feature is "Use the context menu to search Trackings for TRMS".

Extension Screenshots

screenshot

Download TRACKOO_TSE_RA Extension CRX File

Download TRACKOO_TSE_RA 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

                        Use the context menu to search Trackings. It is a right click enabled extension to access other URLs from 1 page. This tool helps reducing time to toggle between tabs and getting to understand various information.                    

Extension Basic Information

Name TRACKOO_TSE_RA TRACKOO_TSE_RA
ID edfggacakpcpddjdgocfjpmgoomllogj
Official URL https://chromewebstore.google.com/detail/trackootsera/edfggacakpcpddjdgocfjpmgoomllogj
Description Use the context menu to search Trackings for TRMS
File Size 32.75 KB
Installation Count 746
Current Version 1.2.1
Last Updated 2022-10-27
Publish Date 2022-10-02
Developer trackoo.tse
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TRACKOO_TSE_RA",
    "description": "Use the context menu to search Trackings for TRMS",
    "version": "1.2.1",
    "manifest_version": 3,
    "options_page": "options.html",
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "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"
    }
}