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」です。
拡張機能のスクリーンショット
GMX Cam App DLink拡張機能のCRXファイルをダウンロード
GMX Cam App DLink拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Extensión para iniciar sesión de manera automática en MyDLink
拡張機能の基本情報
名前 | |
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 |
Eメール | [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\/*" ] } } |