GMX Cam App DLink

Extensión para iniciar automáticamente en DLink Cloud

What is GMX Cam App DLink?

GMX Cam App DLink is a Chrome extension developed by gamlielmx, and its main feature is "Extensión para iniciar automáticamente en DLink Cloud".

Extension Screenshots

screenshot

Download GMX Cam App DLink Extension CRX File

Download GMX Cam App DLink 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

                        Extensión para iniciar sesión de manera automática en MyDLink                    

Extension Basic Information

Name GMX Cam App DLink GMX Cam App DLink
ID kppapcpbkkpihgifnpkjjdiadkmfojeh
Official URL https://chromewebstore.google.com/detail/gmx-cam-app-dlink/kppapcpbkkpihgifnpkjjdiadkmfojeh
Description Extensión para iniciar automáticamente en DLink Cloud
File Size 4.62 KB
Installation Count 20
Current Version 0.0.5
Last Updated 2019-07-18
Publish Date 2019-07-18
Developer gamlielmx
Email [email protected]
Payment Type free
Supported Languages es-419
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GMX Cam App DLink",
    "version": "0.0.5",
    "description": "Extensi\u00f3n para iniciar autom\u00e1ticamente en DLink Cloud",
    "manifest_version": 2,
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "js": [
                "js\/autologin.js"
            ],
            "matches": [
                "http:\/\/appcamtest.test\/*",
                "https:\/\/dlink.gamliel.mx\/*",
                "https:\/\/www.mydlink.com\/*"
            ]
        }
    ],
    "background": {
        "scripts": [
            "js\/checkIfInstalled.js"
        ],
        "persistent": false
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/dlink.gamliel.mx\/*"
        ]
    }
}