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?

Clkim Branded URL Shortener是由https://clkim.com開發的Chrome擴展程式,該擴展的主要功能是“Clkim - Branded URL Shortener enables you to shorten the URL of any page using your own branded links!”。

擴展截圖

下載Clkim Branded URL Shortener擴展crx文件

下載Clkim Branded URL Shortener擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 Clkim Branded URL Shortener Clkim Branded URL Shortener
ID afjdbpnbedbllgkbmejeldlbmilniklh
官方網址 https://chromewebstore.google.com/detail/clkim-branded-url-shorten/afjdbpnbedbllgkbmejeldlbmilniklh
簡介 Clkim - Branded URL Shortener enables you to shorten the URL of any page using your own branded links!
檔案大小 610 KB
安裝次數 142
目前版本 0.1.11
更新時間 2017-04-18
上架時間 2017-04-17
評分 4.33/5 共 12 次評分
開發者 https://clkim.com
電子郵箱 [email protected]
付費類型 free
擴展官網 http://clkim.com
說明頁面URL http://help.clkim.com
隱私政策頁面URL https://clkim.com/privacy
支援的語言 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
    }
}