Agile Extension General DEMO
Agile Extension General DEMO
什么是Agile Extension General DEMO?
Agile Extension General DEMO是由www.agile.cl开发的Chrome扩展程序,该扩展的主要功能是“Agile Extension General DEMO”。
扩展截图
下载Agile Extension General DEMO扩展crx文件
下载Agile Extension General DEMO扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Demostración de extensión para firma digital. Para hacer uso de este plugin debe tener instalada la aplicación "Agile Demo App Firma Digital". 扩展基本信息
| 名称 | |
| ID | lhoiobmoggbicbnfdbamhbbcngpkbkob |
| 官方URL | https://chrome.google.com/webstore/detail/agile-extension-general-d/lhoiobmoggbicbnfdbamhbbcngpkbkob |
| 简介 | Agile Extension General DEMO |
| 文件大小 | 9.97 KB |
| 安装次数 | 626 |
| 当前版本 | 1.3.9.1 |
| 更新时间 | 2017-08-08 |
| 上架时间 | 2017-08-08 |
| 开发者 | www.agile.cl |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | es |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Agile Extension General DEMO",
"short_name": "Agile Extension General DEMO",
"version": "1.3.9.1",
"icons": {
"128": "icon_128.png"
},
"description": "Agile Extension General DEMO",
"permissions": [
"nativeMessaging",
"webNavigation"
],
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"js": [
"content.js"
],
"run_at": "document_end"
}
],
"background": {
"scripts": [
"background.js"
]
},
"minimum_chrome_version": "26"
} | |