Agile Extension ChileCompra

Agile Extension ChileCompra

What is Agile Extension ChileCompra?

Agile Extension ChileCompra is a Chrome extension developed by www.agile.cl, and its main feature is "Agile Extension ChileCompra".

Extension Screenshots

screenshot

Download Agile Extension ChileCompra Extension CRX File

Download Agile Extension ChileCompra 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

                        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                    

Extension Basic Information

Name Agile Extension ChileCompra Agile Extension ChileCompra
ID gcahmggjcjnfeooafedhffdcgjdljnjc
Official URL https://chromewebstore.google.com/detail/agile-extension-chilecomp/gcahmggjcjnfeooafedhffdcgjdljnjc
Description Agile Extension ChileCompra
File Size 9.88 KB
Installation Count 3,577
Current Version 1.4.0.3
Last Updated 2022-07-02
Publish Date 2019-07-10
Developer www.agile.cl
Email [email protected]
Payment Type free
Extension Website http://www.agile.cl
Supported Languages 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"
}