Hyperlink
Get push notifications when your links get clicked!
What is Hyperlink?
Hyperlink is a Chrome extension developed by https://usehyperlink.com, and its main feature is "Get push notifications when your links get clicked!".
Extension Screenshots
Download Hyperlink Extension CRX File
Download Hyperlink 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
Hyperlink is a link shortener that lets you get notified when you links are clicked on. Hyperlink supports: - Right click to create Hyperlinks - Custom domains - Editable destination urls - A push notification API - QR codes (mobile only) Mobile apps available for both iOS and Android.
Extension Basic Information
Name | Hyperlink |
ID | dlgncnofjdagniahkcimljhineapppbi |
Official URL | https://chromewebstore.google.com/detail/hyperlink/dlgncnofjdagniahkcimljhineapppbi |
Description | Get push notifications when your links get clicked! |
File Size | 29.28 KB |
Installation Count | 161 |
Current Version | 4.0 |
Last Updated | 2019-12-12 |
Publish Date | 2019-12-11 |
Rating | 5.00/5 Total 3 Ratings |
Developer | https://usehyperlink.com |
[email protected] | |
Payment Type | free |
Extension Website | http://usehyperlink.com |
Help Page URL | http://usehyperlink.com/faq |
Privacy Policy Page URL | http://usehyperlink.com/privacy |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Hyperlink", "version": "4.0", "description": "Get push notifications when your links get clicked!", "manifest_version": 2, "background": { "scripts": [ "background.js" ] }, "permissions": [ "contextMenus", "activeTab" ], "browser_action": { "default_popup": "popup.html", "default_icon": { "128": "logo.png" } }, "icons": { "128": "logo.png" } } |