Hyperlink
Get push notifications when your links get clicked!
Vad är Hyperlink?
Hyperlink är en Chrome-tillägg utvecklad av https://usehyperlink.com, och dess huvudfunktion är "Get push notifications when your links get clicked!".
Tilläggsskärmbilder
Ladda ner Hyperlink-förlängningens CRX-fil
Ladda ner Hyperlink-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
| Namn | |
| ID | dlgncnofjdagniahkcimljhineapppbi |
| Officiell webbadress | https://chromewebstore.google.com/detail/hyperlink/dlgncnofjdagniahkcimljhineapppbi |
| Beskrivning | Get push notifications when your links get clicked! |
| Filstorlek | 29.28 KB |
| Antal Installationer | 161 |
| Aktuell Version | 4.0 |
| Senast Uppdaterad | 2019-12-12 |
| Publiceringsdatum | 2019-12-11 |
| Betyg | 5.00/5 Totalt 3 Betyg |
| Utvecklare | https://usehyperlink.com |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | http://usehyperlink.com |
| Hjälpsida URL | http://usehyperlink.com/faq |
| URL till Sekretesspolicy Sidan | http://usehyperlink.com/privacy |
| Stödda Språk | 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"
}
} | |