Agile Extension ChileCompra

Agile Extension ChileCompra

Agile Extension ChileCompraとは何ですか?

Agile Extension ChileCompraはwww.agile.clによって開発されたChromeの拡張機能で、その主な機能は「Agile Extension ChileCompra」です。

拡張機能のスクリーンショット

screenshot

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                    

拡張機能の基本情報

名前 Agile Extension ChileCompra Agile Extension ChileCompra
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
Eメール [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"
}