Agillos
Plugin do sistema agillos para assinatura digital no Google Chrome
What is Agillos?
Agillos is a Chrome extension developed by https://www.syscambio.com.br:444, and its main feature is "Plugin do sistema agillos para assinatura digital no Google Chrome".
Extension Screenshots
Download Agillos Extension CRX File
Download Agillos 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
Extensão Agillos assinatura digital.
Extension Basic Information
Name | Agillos |
ID | plpcmmoigckbhmmbjohadephjgfoooni |
Official URL | https://chromewebstore.google.com/detail/agillos/plpcmmoigckbhmmbjohadephjgfoooni |
Description | Plugin do sistema agillos para assinatura digital no Google Chrome |
File Size | 25.5 KB |
Installation Count | 5,308 |
Current Version | 3.1 |
Last Updated | 2022-08-03 |
Publish Date | 2018-10-08 |
Developer | https://www.syscambio.com.br:444 |
[email protected] | |
Payment Type | free |
Supported Languages | pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Agillos", "description": "Plugin do sistema agillos para assinatura digital no Google Chrome", "version": "3.1", "manifest_version": 3, "permissions": [ "background", "nativeMessaging" ], "action": { "default_icon": { "16": "agillos-icon-16x16.png", "48": "agillos-icon-48x48.png", "128": "agillos-icon-128x128.png" } }, "externally_connectable": { "matches": [ "https:\/\/*.syscambio.com.br\/*" ] }, "background": { "service_worker": "background.js" }, "icons": { "16": "agillos-icon-16x16.png", "48": "agillos-icon-48x48.png", "128": "agillos-icon-128x128.png" } } |