Clkim Branded URL Shortener

Clkim - Branded URL Shortener enables you to shorten the URL of any page using your own branded links!

Clkim Branded URL Shortener là gì?

Clkim Branded URL Shortener là một tiện ích mở rộng Chrome được phát triển bởi https://clkim.com, và tính năng chính của nó là "Clkim - Branded URL Shortener enables you to shorten the URL of any page using your own branded links!".

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

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

Tải xuống các tệp mở rộng Clkim Branded URL Shortener 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

                        Turn any page's URL into a branded short link you can share.
Easily shorten the URL of the page you are visiting. 
Use your own branded domain to improve the likelihood of people clicking on the links you share!
Get your API key after you signup with Clkim here: http://clkim.com/#signup                    

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

Tên Clkim Branded URL Shortener Clkim Branded URL Shortener
ID afjdbpnbedbllgkbmejeldlbmilniklh
URL Chính Thức https://chromewebstore.google.com/detail/clkim-branded-url-shorten/afjdbpnbedbllgkbmejeldlbmilniklh
Mô tả Clkim - Branded URL Shortener enables you to shorten the URL of any page using your own branded links!
Kích Thước Tệp 610 KB
Số Lần Cài Đặt 142
Phiên Bản Hiện Tại 0.1.11
Cập Nhật Lần Cuối 2017-04-18
Ngày Phát Hành 2017-04-17
Đánh Giá 4.33/5 Tổng số 12 Đánh Giá
Nhà Phát Triển https://clkim.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://clkim.com
URL Trang Trợ Giúp http://help.clkim.com
URL Trang Chính Sách Bảo Mật https://clkim.com/privacy
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Clkim Branded URL Shortener",
    "short_name": "Clkim Shortener",
    "description": "Clkim - Branded URL Shortener enables you to shorten the URL of any page using your own branded links!",
    "version": "0.1.11",
    "icons": {
        "128": "assets\/icon.png"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        "http:\/\/api.clkim.com\/"
    ],
    "optional_permissions": [
        "notifications"
    ],
    "browser_action": {
        "default_icon": "assets\/logo.png",
        "default_title": "Shorten This Page",
        "default_popup": "html\/popup.html"
    },
    "web_accessible_resources": [
        "components\/font-awesome-min\/*"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    }
}