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"입니다.
확장 프로그램 스크린샷
Jivetel GDS3710 Door Controller 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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:\/\/*\/" ] } |