Agile Extension General DEMO
Agile Extension General DEMO
Vad är Agile Extension General DEMO?
Agile Extension General DEMO är en Chrome-tillägg utvecklad av www.agile.cl, och dess huvudfunktion är "Agile Extension General DEMO".
Tilläggsskärmbilder
Ladda ner Agile Extension General DEMO-förlängningens CRX-fil
Ladda ner Agile Extension General DEMO-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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". Grundläggande Information om Tillägg
| Namn | |
| ID | lhoiobmoggbicbnfdbamhbbcngpkbkob |
| Officiell webbadress | https://chrome.google.com/webstore/detail/agile-extension-general-d/lhoiobmoggbicbnfdbamhbbcngpkbkob |
| Beskrivning | Agile Extension General DEMO |
| Filstorlek | 9.97 KB |
| Antal Installationer | 626 |
| Aktuell Version | 1.3.9.1 |
| Senast Uppdaterad | 2017-08-08 |
| Publiceringsdatum | 2017-08-08 |
| Utvecklare | www.agile.cl |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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"
} | |