Hyperlink
Get push notifications when your links get clicked!
Wat is Hyperlink?
Hyperlink is een Chrome-extensie ontwikkeld door https://usehyperlink.com, en de belangrijkste functie is "Get push notifications when your links get clicked!".
Extensie Screenshots
Download het CRX-bestand van de extensie Hyperlink
Download Hyperlink-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Hyperlink |
ID | dlgncnofjdagniahkcimljhineapppbi |
Officiële URL | https://chromewebstore.google.com/detail/hyperlink/dlgncnofjdagniahkcimljhineapppbi |
Beschrijving | Get push notifications when your links get clicked! |
Bestandsgrootte | 29.28 KB |
Aantal Installaties | 161 |
Huidige Versie | 4.0 |
Laatst Bijgewerkt | 2019-12-12 |
Publicatiedatum | 2019-12-11 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | https://usehyperlink.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://usehyperlink.com |
Help Pagina-URL | http://usehyperlink.com/faq |
URL van de Privacybeleid Pagina | http://usehyperlink.com/privacy |
Ondersteunde Talen | 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" } } |