Alison Extension

This extension allows the bridge with digital signature services.

Hvad er Alison Extension?

Alison Extension er en Chrome-udvidelse udviklet af https://alison.certisur.com, og dens hovedfunktion er "This extension allows the bridge with digital signature services.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Alison Extension-udvidelses-CRX-fil

Download Alison Extension-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        This extension will enable interaction with the services of digital certificates signing and emission.                    

Grundlæggende oplysninger om udvidelsen

Navn Alison Extension Alison Extension
ID kpjlagdjpaiimnecdbdcndjcijoalbla
Officiel URL https://chromewebstore.google.com/detail/alison-extension/kpjlagdjpaiimnecdbdcndjcijoalbla
Beskrivelse This extension allows the bridge with digital signature services.
Filstørrelse 64.47 KB
Antal Installationer 57,270
Nuværende Version 2.2.5
Senest Opdateret 2019-07-16
Udgivelsesdato 2019-07-15
Bedømmelse 2.75/5 Samlet 16 Bedømmelser
Udvikler https://alison.certisur.com
Betalingsmetode free
URL til Fortrolighedspolitik Side https://www.certisur.com/legal
Understøttede Sprog 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"
            ]
        }
    ]
}