Agillos

Plugin do sistema agillos para assinatura digital no Google Chrome

什么是Agillos?

Agillos是由https://www.syscambio.com.br:444开发的Chrome扩展程序,该扩展的主要功能是“Plugin do sistema agillos para assinatura digital no Google Chrome”。

扩展截图

screenshot
screenshot

下载Agillos扩展crx文件

下载Agillos扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Extensão  Agillos assinatura digital.                    

扩展基本信息

名称 Agillos Agillos
ID plpcmmoigckbhmmbjohadephjgfoooni
官方URL https://chromewebstore.google.com/detail/agillos/plpcmmoigckbhmmbjohadephjgfoooni
简介 Plugin do sistema agillos para assinatura digital no Google Chrome
文件大小 25.5 KB
安装次数 5,308
当前版本 3.1
更新时间 2022-08-03
上架时间 2018-10-08
开发者 https://www.syscambio.com.br:444
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
    }
}