Alison Extension
This extension allows the bridge with digital signature services.
Wat is Alison Extension?
Alison Extension is een Chrome-extensie ontwikkeld door https://alison.certisur.com, en de belangrijkste functie is "This extension allows the bridge with digital signature services.".
Extensie Screenshots
Download het CRX-bestand van de extensie Alison Extension
Download Alison Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This extension will enable interaction with the services of digital certificates signing and emission. Basisinformatie over de Extensie
| Naam | |
| ID | kpjlagdjpaiimnecdbdcndjcijoalbla |
| Officiële URL | https://chromewebstore.google.com/detail/alison-extension/kpjlagdjpaiimnecdbdcndjcijoalbla |
| Beschrijving | This extension allows the bridge with digital signature services. |
| Bestandsgrootte | 64.47 KB |
| Aantal Installaties | 57,270 |
| Huidige Versie | 2.2.5 |
| Laatst Bijgewerkt | 2019-07-16 |
| Publicatiedatum | 2019-07-15 |
| Beoordeling | 2.75/5 Totaal 16 Beoordelingen |
| Ontwikkelaar | https://alison.certisur.com |
| Betalingswijze | free |
| URL van de Privacybeleid Pagina | https://www.certisur.com/legal |
| Ondersteunde Talen | en,en-US,es |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"author": "Certisur S.A.",
"name": "__MSG_appName__",
"short_name": "Alison Extension",
"description": "__MSG_appDesc__",
"version": "2.2.5",
"default_locale": "en",
"background": {
"scripts": [
"js\/alison\/extra\/alisonComponent.js",
"js\/alison\/extra\/opResult.js",
"js\/alison\/extra\/alisonMessages.js",
"js\/alison\/extra\/sharedCodes.js",
"js\/alison\/alisonExtension.js"
]
},
"browser_action": {
"browser_style": true,
"default_popup": "options.html",
"default_icon": {
"16": "resources\/icons\/alison_16px.png",
"48": "resources\/icons\/alison_48px.png"
}
},
"icons": {
"16": "resources\/icons\/alison_16px.png",
"48": "resources\/icons\/alison_48px.png",
"128": "resources\/icons\/alison_128px.png",
"256": "resources\/icons\/alison_256px.png",
"512": "resources\/icons\/alison_512px.png"
},
"permissions": [
"storage"
],
"options_ui": {
"chrome_style": true,
"page": "options.html"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.certisur.com\/*",
"*:\/\/*.santanderrio.com.ar\/*",
"*:\/\/*.santander.com.ar\/*",
"*:\/\/*.santander.cl\/*",
"*:\/\/*.confirma.com.ar\/*",
"*:\/\/*.bancodevalores.com\/*",
"*:\/\/*.sba.com.ar\/*",
"*:\/\/*.certinet.cl\/*"
],
"all_frames": true,
"js": [
"js\/listen.js"
]
}
]
} | |