Clkim Branded URL Shortener
Clkim - Branded URL Shortener enables you to shorten the URL of any page using your own branded links!
Wat is Clkim Branded URL Shortener?
Clkim Branded URL Shortener is een Chrome-extensie ontwikkeld door https://clkim.com, en de belangrijkste functie is "Clkim - Branded URL Shortener enables you to shorten the URL of any page using your own branded links!".
Extensie Screenshots
Download het CRX-bestand van de extensie Clkim Branded URL Shortener
Download Clkim Branded URL Shortener-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | |
ID | afjdbpnbedbllgkbmejeldlbmilniklh |
Officiële URL | https://chromewebstore.google.com/detail/clkim-branded-url-shorten/afjdbpnbedbllgkbmejeldlbmilniklh |
Beschrijving | Clkim - Branded URL Shortener enables you to shorten the URL of any page using your own branded links! |
Bestandsgrootte | 610 KB |
Aantal Installaties | 142 |
Huidige Versie | 0.1.11 |
Laatst Bijgewerkt | 2017-04-18 |
Publicatiedatum | 2017-04-17 |
Beoordeling | 4.33/5 Totaal 12 Beoordelingen |
Ontwikkelaar | https://clkim.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://clkim.com |
Help Pagina-URL | http://help.clkim.com |
URL van de Privacybeleid Pagina | https://clkim.com/privacy |
Ondersteunde Talen | 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 } } |