Hyperlink

Get push notifications when your links get clicked!

Hyperlink là gì?

Hyperlink là một tiện ích mở rộng Chrome được phát triển bởi https://usehyperlink.com, và tính năng chính của nó là "Get push notifications when your links get clicked!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Hyperlink

Tải xuống các tệp mở rộng Hyperlink dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Hyperlink Hyperlink
ID dlgncnofjdagniahkcimljhineapppbi
URL Chính Thức https://chromewebstore.google.com/detail/hyperlink/dlgncnofjdagniahkcimljhineapppbi
Mô tả Get push notifications when your links get clicked!
Kích Thước Tệp 29.28 KB
Số Lần Cài Đặt 161
Phiên Bản Hiện Tại 4.0
Cập Nhật Lần Cuối 2019-12-12
Ngày Phát Hành 2019-12-11
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://usehyperlink.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://usehyperlink.com
URL Trang Trợ Giúp http://usehyperlink.com/faq
URL Trang Chính Sách Bảo Mật http://usehyperlink.com/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}