Clkim Branded URL Shortener

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

Co je Clkim Branded URL Shortener?

Clkim Branded URL Shortener je rozšíření Chrome vyvinuté https://clkim.com, a jeho hlavní funkcí je „Clkim - Branded URL Shortener enables you to shorten the URL of any page using your own branded links!“.

Snímky obrazovky rozšíření

Stáhnout soubor CRX rozšíření Clkim Branded URL Shortener

Stáhněte si soubory rozšíření Clkim Branded URL Shortener ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Clkim Branded URL Shortener Clkim Branded URL Shortener
ID afjdbpnbedbllgkbmejeldlbmilniklh
Oficiální URL https://chromewebstore.google.com/detail/clkim-branded-url-shorten/afjdbpnbedbllgkbmejeldlbmilniklh
Popis Clkim - Branded URL Shortener enables you to shorten the URL of any page using your own branded links!
Velikost souboru 610 KB
Počet instalací 142
Aktuální Verze 0.1.11
Poslední Aktualizace 2017-04-18
Datum Vydání 2017-04-17
Hodnocení 4.33/5 Celkem 12 Hodnocení
Vývojář https://clkim.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření http://clkim.com
URL Stránky Nápovědy http://help.clkim.com
URL Stránky Zásad Ochrany Soukromí https://clkim.com/privacy
Podporované Jazyky 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
    }
}