Jivetel GDS3710 Door Controller

This is a small Chrome Extension that will allow you to trigger the relay on your GDS3710

Jivetel GDS3710 Door Controllerとは何ですか?

Jivetel GDS3710 Door Controllerはhttps://jivetel.comによって開発されたChromeの拡張機能で、その主な機能は「This is a small Chrome Extension that will allow you to trigger the relay on your GDS3710」です。

拡張機能のスクリーンショット

screenshot

Jivetel GDS3710 Door Controller拡張機能のCRXファイルをダウンロード

Jivetel GDS3710 Door Controller拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Currently the only way to remotely trigger the unlock on the Grandstream  GDS37xx models is by answering the call and using the RPin.
This will allow you to unlock the door by right clicking in Chrome even on the live view page of the device.

You can enter the local IP address, external IP, or FQDN as well as a port.  (Outside of you LAN you will need to do a port forward which may not be secure make sure you do not have default passwords set.) 

Please note: The device uses self signed certificate therefor you need to allow it.
Your connection is not private
Advanced --> Proceed to ...                    

拡張機能の基本情報

名前 Jivetel GDS3710 Door Controller Jivetel GDS3710 Door Controller
ID phbjhllekoogcfgjnhhbohckoodbbpcl
公式URL https://chromewebstore.google.com/detail/jivetel-gds3710-door-cont/phbjhllekoogcfgjnhhbohckoodbbpcl
説明 This is a small Chrome Extension that will allow you to trigger the relay on your GDS3710
ファイルサイズ 150 KB
インストール数 58
現在のバージョン 1.0.2
最終更新日 2019-05-06
公開日 2019-04-30
開発者 https://jivetel.com
支払い方法 free
拡張機能のウェブサイト https://jivetel.com
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Jivetel GDS3710 Door Controller",
    "version": "1.0.2",
    "manifest_version": 2,
    "description": "This is a small Chrome Extension that will allow you to trigger the relay on your GDS3710",
    "homepage_url": "https:\/\/Jivetel.com",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "default_locale": "en",
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "Unlock Door"
    },
    "options_page": "options.html",
    "permissions": [
        "contextMenus",
        "storage",
        "https:\/\/*\/"
    ]
}