Jivetel GDS3710 Door Controller
This is a small Chrome Extension that will allow you to trigger the relay on your GDS3710
Co to jest Jivetel GDS3710 Door Controller?
Jivetel GDS3710 Door Controller to rozszerzenie Chrome opracowane przez https://jivetel.com, a jego główną funkcją jest „This is a small Chrome Extension that will allow you to trigger the relay on your GDS3710”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Jivetel GDS3710 Door Controller
Pobierz pliki rozszerzeń Jivetel GDS3710 Door Controller w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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 ...
Podstawowe informacje o rozszerzeniu
Nazwa | Jivetel GDS3710 Door Controller |
ID | phbjhllekoogcfgjnhhbohckoodbbpcl |
Oficjalny URL | https://chromewebstore.google.com/detail/jivetel-gds3710-door-cont/phbjhllekoogcfgjnhhbohckoodbbpcl |
Opis | This is a small Chrome Extension that will allow you to trigger the relay on your GDS3710 |
Rozmiar pliku | 150 KB |
Liczba instalacji | 58 |
Aktualna Wersja | 1.0.2 |
Ostatnia Aktualizacja | 2019-05-06 |
Data Publikacji | 2019-04-30 |
Deweloper | https://jivetel.com |
Typ Płatności | free |
Strona Rozszerzenia | https://jivetel.com |
Obsługiwane Języki | 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:\/\/*\/" ] } |