TRACKOO_TSE_OTC

Use the context menu to search Trackings for TRMS

Cos'è TRACKOO_TSE_OTC?

TRACKOO_TSE_OTC è un'estensione di Chrome sviluppata da trackoo.tse, e la sua funzione principale è "Use the context menu to search Trackings for TRMS".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione TRACKOO_TSE_OTC

Scarica i file di estensione TRACKOO_TSE_OTC in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Transformation Search Extension -  These are the extensions used to reduce the time in switching between tabs.                    

Informazioni di Base sull'Estensione

Nome TRACKOO_TSE_OTC TRACKOO_TSE_OTC
ID bidmobmhodkidlkjdemeejnmajejlljn
URL Ufficiale https://chromewebstore.google.com/detail/trackootseotc/bidmobmhodkidlkjdemeejnmajejlljn
Descrizione Use the context menu to search Trackings for TRMS
Dimensione del File 33.79 KB
Conteggio Installazioni 606
Versione Corrente 1.3
Ultimo Aggiornamento 2023-03-25
Data di Pubblicazione 2022-08-11
Sviluppatore trackoo.tse
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}