Clkim Branded URL Shortener

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

Co to jest Clkim Branded URL Shortener?

Clkim Branded URL Shortener to rozszerzenie Chrome opracowane przez https://clkim.com, a jego główną funkcją jest „Clkim - Branded URL Shortener enables you to shorten the URL of any page using your own branded links!”.

Zrzuty ekranu rozszerzenia

Pobierz plik CRX rozszerzenia Clkim Branded URL Shortener

Pobierz pliki rozszerzeń Clkim Branded URL Shortener w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Clkim Branded URL Shortener Clkim Branded URL Shortener
ID afjdbpnbedbllgkbmejeldlbmilniklh
Oficjalny URL https://chromewebstore.google.com/detail/clkim-branded-url-shorten/afjdbpnbedbllgkbmejeldlbmilniklh
Opis Clkim - Branded URL Shortener enables you to shorten the URL of any page using your own branded links!
Rozmiar pliku 610 KB
Liczba instalacji 142
Aktualna Wersja 0.1.11
Ostatnia Aktualizacja 2017-04-18
Data Publikacji 2017-04-17
Ocena 4.33/5 Łącznie 12 Oceny
Deweloper https://clkim.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia http://clkim.com
Adres URL Strony Pomocy http://help.clkim.com
Adres URL Strony Polityki Prywatności https://clkim.com/privacy
Obsługiwane Języki 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
    }
}