Agile Extension ChileCompra

Agile Extension ChileCompra

Agile Extension ChileCompra란 무엇입니까?

Agile Extension ChileCompra은(는) www.agile.cl에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Agile Extension ChileCompra"입니다.

확장 프로그램 스크린샷

screenshot

Agile Extension ChileCompra 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
}