Hyperlink

Get push notifications when your links get clicked!

Apa itu Hyperlink?

Hyperlink adalah ekstensi Chrome yang dikembangkan oleh https://usehyperlink.com, dan fitur utamanya adalah "Get push notifications when your links get clicked!".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Hyperlink

Unduh file ekstensi Hyperlink dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Hyperlink Hyperlink
ID dlgncnofjdagniahkcimljhineapppbi
URL Resmi https://chromewebstore.google.com/detail/hyperlink/dlgncnofjdagniahkcimljhineapppbi
Deskripsi Get push notifications when your links get clicked!
Ukuran File 29.28 KB
Jumlah Instalasi 161
Versi Saat Ini 4.0
Terakhir Diperbarui 2019-12-12
Tanggal Publikasi 2019-12-11
Penilaian 5.00/5 Total 3 Penilaian
Pengembang https://usehyperlink.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://usehyperlink.com
URL Halaman Bantuan http://usehyperlink.com/faq
URL Halaman Kebijakan Privasi http://usehyperlink.com/privacy
Bahasa yang Didukung 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"
    }
}