TRACKOO_TSE_OTC

Use the context menu to search Trackings for TRMS

Qu'est-ce que TRACKOO_TSE_OTC ?

TRACKOO_TSE_OTC est une extension Chrome développée par trackoo.tse, et sa fonction principale est "Use the context menu to search Trackings for TRMS".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension TRACKOO_TSE_OTC

Téléchargez les fichiers d'extension TRACKOO_TSE_OTC au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom TRACKOO_TSE_OTC TRACKOO_TSE_OTC
ID bidmobmhodkidlkjdemeejnmajejlljn
URL Officiel https://chromewebstore.google.com/detail/trackootseotc/bidmobmhodkidlkjdemeejnmajejlljn
Description Use the context menu to search Trackings for TRMS
Taille du Fichier 33.79 KB
Nombre d'Installations 606
Version Actuelle 1.3
Dernière Mise à Jour 2023-03-25
Date de Publication 2022-08-11
Développeur trackoo.tse
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}