Agile Extension ChileCompra

Agile Extension ChileCompra

Agile Extension ChileCompraคืออะไร?

Agile Extension ChileCompra เป็นส่วนขยายของ Chrome ที่พัฒนาโดย www.agile.cl และคุณลักษณะหลักของมันคือ "Agile Extension ChileCompra"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Agile Extension ChileCompra

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
}