TRACKOO_TSE_RA
Use the context menu to search Trackings for TRMS
¿Qué es TRACKOO_TSE_RA?
TRACKOO_TSE_RA es una extensión de Chrome desarrollada por trackoo.tse, y su función principal es "Use the context menu to search Trackings for TRMS".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión TRACKOO_TSE_RA
Descarga archivos de extensión TRACKOO_TSE_RA en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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. Información Básica de la Extensión
| Nombre | |
| ID | edfggacakpcpddjdgocfjpmgoomllogj |
| URL Oficial | https://chromewebstore.google.com/detail/trackootsera/edfggacakpcpddjdgocfjpmgoomllogj |
| Descripción | Use the context menu to search Trackings for TRMS |
| Tamaño del Archivo | 32.75 KB |
| Cantidad de Instalaciones | 746 |
| Versión Actual | 1.2.1 |
| Última Actualización | 2022-10-27 |
| Fecha de Publicación | 2022-10-02 |
| Desarrollador | trackoo.tse |
| Correo electrónico | [email protected] |
| Tipo de Pago | free |
| Idiomas Soportados | 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"
}
} | |