GMX Cam App DLink

Extensión para iniciar automáticamente en DLink Cloud

GMX Cam App DLink란 무엇입니까?

GMX Cam App DLink은(는) gamlielmx에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extensión para iniciar automáticamente en DLink Cloud"입니다.

확장 프로그램 스크린샷

screenshot

GMX Cam App DLink 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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

확장 프로그램 기본 정보

이름 GMX Cam App DLink GMX Cam App DLink
ID kppapcpbkkpihgifnpkjjdiadkmfojeh
공식 URL https://chromewebstore.google.com/detail/gmx-cam-app-dlink/kppapcpbkkpihgifnpkjjdiadkmfojeh
설명 Extensión para iniciar automáticamente en DLink Cloud
파일 크기 4.62 KB
설치 횟수 20
현재 버전 0.0.5
최근 업데이트 2019-07-18
출시 날짜 2019-07-18
개발자 gamlielmx
이메일 [email protected]
결제 유형 free
지원되는 언어 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\/*"
        ]
    }
}