Hyperlink

Get push notifications when your links get clicked!

Hyperlinkとは何ですか?

Hyperlinkはhttps://usehyperlink.comによって開発されたChromeの拡張機能で、その主な機能は「Get push notifications when your links get clicked!」です。

拡張機能のスクリーンショット

screenshot

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 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
Eメール [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"
    }
}