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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
}