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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This is a small Chrome Extension that will allow you to trigger the relay on your GDS3710"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Jivetel GDS3710 Door Controller एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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