Clkim Branded URL Shortener

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

Vad är Clkim Branded URL Shortener?

Clkim Branded URL Shortener är en Chrome-tillägg utvecklad av https://clkim.com, och dess huvudfunktion är "Clkim - Branded URL Shortener enables you to shorten the URL of any page using your own branded links!".

Tilläggsskärmbilder

Ladda ner Clkim Branded URL Shortener-förlängningens CRX-fil

Ladda ner Clkim Branded URL Shortener-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Clkim Branded URL Shortener Clkim Branded URL Shortener
ID afjdbpnbedbllgkbmejeldlbmilniklh
Officiell webbadress https://chromewebstore.google.com/detail/clkim-branded-url-shorten/afjdbpnbedbllgkbmejeldlbmilniklh
Beskrivning Clkim - Branded URL Shortener enables you to shorten the URL of any page using your own branded links!
Filstorlek 610 KB
Antal Installationer 142
Aktuell Version 0.1.11
Senast Uppdaterad 2017-04-18
Publiceringsdatum 2017-04-17
Betyg 4.33/5 Totalt 12 Betyg
Utvecklare https://clkim.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://clkim.com
Hjälpsida URL http://help.clkim.com
URL till Sekretesspolicy Sidan https://clkim.com/privacy
Stödda Språk 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
    }
}