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 là gì?
Jivetel GDS3710 Door Controller là một tiện ích mở rộng Chrome được phát triển bởi https://jivetel.com, và tính năng chính của nó là "This is a small Chrome Extension that will allow you to trigger the relay on your GDS3710".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Jivetel GDS3710 Door Controller
Tải xuống các tệp mở rộng Jivetel GDS3710 Door Controller dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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 ...
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Jivetel GDS3710 Door Controller |
ID | phbjhllekoogcfgjnhhbohckoodbbpcl |
URL Chính Thức | https://chromewebstore.google.com/detail/jivetel-gds3710-door-cont/phbjhllekoogcfgjnhhbohckoodbbpcl |
Mô tả | This is a small Chrome Extension that will allow you to trigger the relay on your GDS3710 |
Kích Thước Tệp | 150 KB |
Số Lần Cài Đặt | 58 |
Phiên Bản Hiện Tại | 1.0.2 |
Cập Nhật Lần Cuối | 2019-05-06 |
Ngày Phát Hành | 2019-04-30 |
Nhà Phát Triển | https://jivetel.com |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://jivetel.com |
Ngôn Ngữ Được Hỗ Trợ | 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:\/\/*\/" ] } |