TRACKOO_TSE_OTC
Use the context menu to search Trackings for TRMS
Wat is TRACKOO_TSE_OTC?
TRACKOO_TSE_OTC is een Chrome-extensie ontwikkeld door trackoo.tse, en de belangrijkste functie is "Use the context menu to search Trackings for TRMS".
Extensie Screenshots
Download het CRX-bestand van de extensie TRACKOO_TSE_OTC
Download TRACKOO_TSE_OTC-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Transformation Search Extension - These are the extensions used to reduce the time in switching between tabs.
Basisinformatie over de Extensie
Naam | TRACKOO_TSE_OTC |
ID | bidmobmhodkidlkjdemeejnmajejlljn |
Officiële URL | https://chromewebstore.google.com/detail/trackootseotc/bidmobmhodkidlkjdemeejnmajejlljn |
Beschrijving | Use the context menu to search Trackings for TRMS |
Bestandsgrootte | 33.79 KB |
Aantal Installaties | 606 |
Huidige Versie | 1.3 |
Laatst Bijgewerkt | 2023-03-25 |
Publicatiedatum | 2022-08-11 |
Ontwikkelaar | trackoo.tse |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |