Agile Extension ChileCompra
Agile Extension ChileCompra
什么是Agile Extension ChileCompra?
Agile Extension ChileCompra是由www.agile.cl开发的Chrome扩展程序,该扩展的主要功能是“Agile Extension ChileCompra”。
扩展截图
下载Agile Extension ChileCompra扩展crx文件
下载Agile Extension ChileCompra扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
                        Extensión Chrome exclusivo para Chilecompra que permite:
- La firma electrónica de PDF y XML utilizando Certificados Digitales X509 en Windows o en dispositivos criptográficos (etoken), utilizando el plugin provisto por Chilecompra.
Segun instructivo de ChileCompra publicado en:
http://www.chilecompra.cl/wp-content/uploads/2018/04/InstructivoFirma-Electronica.pdf                     扩展基本信息
| 名称 |   |  
| ID | gcahmggjcjnfeooafedhffdcgjdljnjc | 
| 官方URL | https://chromewebstore.google.com/detail/agile-extension-chilecomp/gcahmggjcjnfeooafedhffdcgjdljnjc | 
| 简介 | Agile Extension ChileCompra | 
| 文件大小 | 9.88 KB | 
| 安装次数 | 3,577 | 
| 当前版本 | 1.4.0.3 | 
| 更新时间 | 2022-07-02 | 
| 上架时间 | 2019-07-10 | 
| 开发者 | www.agile.cl | 
| 电子邮箱 | [email protected] | 
| 付费类型 | free | 
| 扩展官网 | http://www.agile.cl | 
| 支持的语言 | es | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Agile Extension ChileCompra",
    "short_name": "Agile Extension ChileCompra",
    "version": "1.4.0.3",
    "icons": {
        "128": "icon_128.png"
    },
    "description": "Agile Extension ChileCompra",
    "permissions": [
        "nativeMessaging"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "minimum_chrome_version": "26"
}  |  |