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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة http://help.clkim.com
عنوان صفحة سياسة الخصوصية 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
    }
}