Hyperlink
Get push notifications when your links get clicked!
什么是Hyperlink?
Hyperlink是由https://usehyperlink.com开发的Chrome扩展程序,该扩展的主要功能是“Get push notifications when your links get clicked!”。
扩展截图
下载Hyperlink扩展crx文件
下载Hyperlink扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Hyperlink |
ID | dlgncnofjdagniahkcimljhineapppbi |
官方URL | https://chromewebstore.google.com/detail/hyperlink/dlgncnofjdagniahkcimljhineapppbi |
简介 | Get push notifications when your links get clicked! |
文件大小 | 29.28 KB |
安装次数 | 161 |
当前版本 | 4.0 |
更新时间 | 2019-12-12 |
上架时间 | 2019-12-11 |
评分 | 5.00/5 共3次评分 |
开发者 | https://usehyperlink.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | http://usehyperlink.com |
帮助页面URL | http://usehyperlink.com/faq |
隐私政策页面URL | http://usehyperlink.com/privacy |
支持的语言 | 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" } } |