WaterLink Connect
Enables sending data from a LaMotte meter to DataMate Web via Chrome
What is WaterLink Connect?
WaterLink Connect is a Chrome extension developed by http://waterlinkconnect.com, and its main feature is "Enables sending data from a LaMotte meter to DataMate Web via Chrome".
Download WaterLink Connect Extension CRX File
Download WaterLink Connect extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | |
ID | obgmhlafhebbinlgppoojofbekbpncmg |
Official URL | https://chrome.google.com/webstore/detail/waterlink-connect/obgmhlafhebbinlgppoojofbekbpncmg |
Description | Enables sending data from a LaMotte meter to DataMate Web via Chrome |
File Size | 478 KB |
Installation Count | 2,562 |
Current Version | 1.4.0 |
Last Updated | 2017-08-14 |
Publish Date | 2017-08-14 |
Developer | http://waterlinkconnect.com |
Payment Type | free |
Extension Website | https://www.waterlinkconnect.com |
Supported Languages | 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 } ] } |