Agile Extension General DEMO

Agile Extension General DEMO

Co je Agile Extension General DEMO?

Agile Extension General DEMO je rozšíření Chrome vyvinuté www.agile.cl, a jeho hlavní funkcí je „Agile Extension General DEMO“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Agile Extension General DEMO

Stáhněte si soubory rozšíření Agile Extension General DEMO ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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".                    

Základní Informace o Rozšíření

Název Agile Extension General DEMO Agile Extension General DEMO
ID lhoiobmoggbicbnfdbamhbbcngpkbkob
Oficiální URL https://chrome.google.com/webstore/detail/agile-extension-general-d/lhoiobmoggbicbnfdbamhbbcngpkbkob
Popis Agile Extension General DEMO
Velikost souboru 9.97 KB
Počet instalací 626
Aktuální Verze 1.3.9.1
Poslední Aktualizace 2017-08-08
Datum Vydání 2017-08-08
Vývojář www.agile.cl
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
}