Consulta rastreamento
Ferramenta para facilitar a consulta de rastreamento.
Qu'est-ce que Consulta rastreamento ?
Consulta rastreamento est une extension Chrome développée par bruno.bsilva, et sa fonction principale est "Ferramenta para facilitar a consulta de rastreamento.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Consulta rastreamento
Téléchargez les fichiers d'extension Consulta rastreamento 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
Ferramenta para auxiliar na consulta de rastreamento com menos clicks, reduz de 5/6 clicas para apenas 2.
Informations de Base sur l'Extension
Nom | Consulta rastreamento |
ID | pjebhehgnaadohiefkfgdckldamemkdl |
URL Officiel | https://chromewebstore.google.com/detail/consulta-rastreamento/pjebhehgnaadohiefkfgdckldamemkdl |
Description | Ferramenta para facilitar a consulta de rastreamento. |
Taille du Fichier | 17.17 KB |
Nombre d'Installations | 80 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2019-12-06 |
Date de Publication | 2019-12-06 |
Développeur | bruno.bsilva |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Consulta rastreamento", "author": "Bruno Oliveira e Wesley luiz", "version": "1.0", "description": "Ferramenta para facilitar a consulta de rastreamento.", "browser_action": { "default_icon": "jadlog 128.png", "default_popup": "" }, "background": { "scripts": [ "eventPage.js" ] }, "permissions": [ "contextMenus" ], "icons": { "16": "jadlog 16.png", "48": "jadlog 48.png", "128": "jadlog 128.png" } } |