Agile Extension ChileCompra
Agile Extension ChileCompra
什麼是Agile Extension ChileCompra?
Agile Extension ChileCompra是由www.agile.cl開發的Chrome擴展程式,該擴展的主要功能是“Agile Extension ChileCompra”。
擴展截圖
下載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 擴展基本資訊
| 名稱 | |
| ID | gcahmggjcjnfeooafedhffdcgjdljnjc |
| 官方網址 | 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"
} | |