WaterLink Connect
Enables sending data from a LaMotte meter to DataMate Web via Chrome
WaterLink Connect là gì?
WaterLink Connect là một tiện ích mở rộng Chrome được phát triển bởi http://waterlinkconnect.com, và tính năng chính của nó là "Enables sending data from a LaMotte meter to DataMate Web via Chrome".
Tải xuống tệp CRX của tiện ích mở rộng WaterLink Connect
Tải xuống các tệp mở rộng WaterLink Connect 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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | obgmhlafhebbinlgppoojofbekbpncmg |
URL Chính Thức | https://chrome.google.com/webstore/detail/waterlink-connect/obgmhlafhebbinlgppoojofbekbpncmg |
Mô tả | Enables sending data from a LaMotte meter to DataMate Web via Chrome |
Kích Thước Tệp | 478 KB |
Số Lần Cài Đặt | 2,562 |
Phiên Bản Hiện Tại | 1.4.0 |
Cập Nhật Lần Cuối | 2017-08-14 |
Ngày Phát Hành | 2017-08-14 |
Nhà Phát Triển | http://waterlinkconnect.com |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.waterlinkconnect.com |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "WaterLink Connect", "description": "Enables sending data from a LaMotte meter to DataMate Web via Chrome", "version": "1.4.0", "icons": { "16": "images\/waterlink_connect_icon_16x16.png", "48": "images\/waterlink_connect_icon_48x48.png", "128": "images\/waterlink_connect_icon_128x128.png" }, "permissions": [ "http:\/\/localhost:1451\/*", "*:\/\/+http\/-screen\/*", "http:\/\/staging.waterlinkconnect.com\/*", "https:\/\/waterlinkconnect.com\/*", "https:\/\/www.waterlinkconnect.com\/*", "http:\/\/staging.ui.waterlinkconnect.com\/*", "https:\/\/ui.waterlinkconnect.com\/*", "http:\/\/pts.ui.waterlinkconnect.com\/*", "http:\/\/ui.waterlinkconnect.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/waterlinkconnect.com\/Session\/Create*", "https:\/\/www.waterlinkconnect.com\/Session\/Create*", "https:\/\/waterlinkconnect.com\/Session\/Create*", "http:\/\/staging.waterlinkconnect.com\/Session\/Create*", "http:\/\/localhost:1451\/Session\/Create*", "http:\/\/pts.ui.waterlinkconnect.com\/*", "http:\/\/ui.waterlinkconnect.com\/*", "https:\/\/ui.waterlinkconnect.com\/*" ], "js": [ "scripts\/jquery-1.7.1.js", "eventPage.js" ], "run_at": "document_idle", "all_frames": true } ] } |