Clkim Branded URL Shortener
Clkim - Branded URL Shortener enables you to shorten the URL of any page using your own branded links!
Cos'è Clkim Branded URL Shortener?
Clkim Branded URL Shortener è un'estensione di Chrome sviluppata da https://clkim.com, e la sua funzione principale è "Clkim - Branded URL Shortener enables you to shorten the URL of any page using your own branded links!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Clkim Branded URL Shortener
Scarica i file di estensione Clkim Branded URL Shortener in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | |
ID | afjdbpnbedbllgkbmejeldlbmilniklh |
URL Ufficiale | https://chromewebstore.google.com/detail/clkim-branded-url-shorten/afjdbpnbedbllgkbmejeldlbmilniklh |
Descrizione | Clkim - Branded URL Shortener enables you to shorten the URL of any page using your own branded links! |
Dimensione del File | 610 KB |
Conteggio Installazioni | 142 |
Versione Corrente | 0.1.11 |
Ultimo Aggiornamento | 2017-04-18 |
Data di Pubblicazione | 2017-04-17 |
Valutazione | 4.33/5 Totale 12 Valutazioni |
Sviluppatore | https://clkim.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://clkim.com |
URL della Pagina di Aiuto | http://help.clkim.com |
URL della Pagina della Politica sulla Privacy | https://clkim.com/privacy |
Lingue Supportate | 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 } } |