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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://clkim.com และคุณลักษณะหลักของมันคือ "Clkim - Branded URL Shortener enables you to shorten the URL of any page using your own branded links!"

ภาพหน้าจอของส่วนขยาย

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Clkim Branded URL Shortener

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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
    }
}