Agile Extension ChileCompra

Agile Extension ChileCompra

Wat is Agile Extension ChileCompra?

Agile Extension ChileCompra is een Chrome-extensie ontwikkeld door www.agile.cl, en de belangrijkste functie is "Agile Extension ChileCompra".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Agile Extension ChileCompra

Download Agile Extension ChileCompra-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Agile Extension ChileCompra Agile Extension ChileCompra
ID gcahmggjcjnfeooafedhffdcgjdljnjc
Officiële URL https://chromewebstore.google.com/detail/agile-extension-chilecomp/gcahmggjcjnfeooafedhffdcgjdljnjc
Beschrijving Agile Extension ChileCompra
Bestandsgrootte 9.88 KB
Aantal Installaties 3,577
Huidige Versie 1.4.0.3
Laatst Bijgewerkt 2022-07-02
Publicatiedatum 2019-07-10
Ontwikkelaar www.agile.cl
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://www.agile.cl
Ondersteunde Talen 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"
}