Agile Extension General DEMO

Agile Extension General DEMO

What is Agile Extension General DEMO?

Agile Extension General DEMO is a Chrome extension developed by www.agile.cl, and its main feature is "Agile Extension General DEMO".

Extension Screenshots

screenshot

Download Agile Extension General DEMO Extension CRX File

Download Agile Extension General DEMO extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Agile Extension General DEMO Agile Extension General DEMO
ID lhoiobmoggbicbnfdbamhbbcngpkbkob
Official URL https://chrome.google.com/webstore/detail/agile-extension-general-d/lhoiobmoggbicbnfdbamhbbcngpkbkob
Description Agile Extension General DEMO
File Size 9.97 KB
Installation Count 626
Current Version 1.3.9.1
Last Updated 2017-08-08
Publish Date 2017-08-08
Developer www.agile.cl
Email [email protected]
Payment Type free
Supported Languages 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"
}