Consulta rastreamento
Ferramenta para facilitar a consulta de rastreamento.
What is Consulta rastreamento?
Consulta rastreamento is a Chrome extension developed by bruno.bsilva, and its main feature is "Ferramenta para facilitar a consulta de rastreamento.".
Extension Screenshots
Download Consulta rastreamento Extension CRX File
Download Consulta rastreamento extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Ferramenta para auxiliar na consulta de rastreamento com menos clicks, reduz de 5/6 clicas para apenas 2.
Extension Basic Information
Name | Consulta rastreamento |
ID | pjebhehgnaadohiefkfgdckldamemkdl |
Official URL | https://chromewebstore.google.com/detail/consulta-rastreamento/pjebhehgnaadohiefkfgdckldamemkdl |
Description | Ferramenta para facilitar a consulta de rastreamento. |
File Size | 17.17 KB |
Installation Count | 80 |
Current Version | 1.0 |
Last Updated | 2019-12-06 |
Publish Date | 2019-12-06 |
Developer | bruno.bsilva |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |