Chamados Extensão v2
Extensão para acompanhar o sistema de chamados do Detran Tocantins.
What is Chamados Extensão v2?
Chamados Extensão v2 is a Chrome extension developed by iimayconii, and its main feature is "Extensão para acompanhar o sistema de chamados do Detran Tocantins.".
Extension Screenshots
Download Chamados Extensão v2 Extension CRX File
Download Chamados Extensão v2 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
Sistemas de chamados do detran
Extension Basic Information
Name | |
ID | gjblakcnneebodddfbifcieclffkalfa |
Official URL | https://chrome.google.com/webstore/detail/chamados-extens%C3%A3o-v2/gjblakcnneebodddfbifcieclffkalfa |
Description | Extensão para acompanhar o sistema de chamados do Detran Tocantins. |
File Size | 487 KB |
Installation Count | 20 |
Current Version | 2.0 |
Last Updated | 2019-07-29 |
Publish Date | 2019-07-29 |
Developer | iimayconii |
Payment Type | free |
Supported Languages | pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Chamados Extens\u00e3o v2", "description": "Extens\u00e3o para acompanhar o sistema de chamados do Detran Tocantins.", "version": "2.0", "manifest_version": 2, "devtools_page": "chamados.html", "content_scripts": [ { "matches": [ "https:\/\/cdto.bludata.net\/*" ], "js": [ "chamados.js" ], "run_at": "document_start" } ], "permissions": [ "webRequest", "storage", "https:\/\/cdto.bludata.net\/*" ], "icons": { "128": "128.png" } } |