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:\/\/*\/"
    ]
}