Hyperlink
Get push notifications when your links get clicked!
Hvad er Hyperlink?
Hyperlink er en Chrome-udvidelse udviklet af https://usehyperlink.com, og dens hovedfunktion er "Get push notifications when your links get clicked!".
Udvidelsesskærmbilleder
Download Hyperlink-udvidelses-CRX-fil
Download Hyperlink-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Hyperlink |
ID | dlgncnofjdagniahkcimljhineapppbi |
Officiel URL | https://chromewebstore.google.com/detail/hyperlink/dlgncnofjdagniahkcimljhineapppbi |
Beskrivelse | Get push notifications when your links get clicked! |
Filstørrelse | 29.28 KB |
Antal Installationer | 161 |
Nuværende Version | 4.0 |
Senest Opdateret | 2019-12-12 |
Udgivelsesdato | 2019-12-11 |
Bedømmelse | 5.00/5 Samlet 3 Bedømmelser |
Udvikler | https://usehyperlink.com |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | http://usehyperlink.com |
Hjælpeside-URL | http://usehyperlink.com/faq |
URL til Fortrolighedspolitik Side | http://usehyperlink.com/privacy |
Understøttede Sprog | 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" } } |