Clkim Branded URL Shortener
Clkim - Branded URL Shortener enables you to shorten the URL of any page using your own branded links!
Qu'est-ce que Clkim Branded URL Shortener ?
Clkim Branded URL Shortener est une extension Chrome développée par https://clkim.com, et sa fonction principale est "Clkim - Branded URL Shortener enables you to shorten the URL of any page using your own branded links!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Clkim Branded URL Shortener
Téléchargez les fichiers d'extension Clkim Branded URL Shortener au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | |
ID | afjdbpnbedbllgkbmejeldlbmilniklh |
URL Officiel | https://chromewebstore.google.com/detail/clkim-branded-url-shorten/afjdbpnbedbllgkbmejeldlbmilniklh |
Description | Clkim - Branded URL Shortener enables you to shorten the URL of any page using your own branded links! |
Taille du Fichier | 610 KB |
Nombre d'Installations | 142 |
Version Actuelle | 0.1.11 |
Dernière Mise à Jour | 2017-04-18 |
Date de Publication | 2017-04-17 |
Évaluation | 4.33/5 Total 12 Évaluations |
Développeur | https://clkim.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://clkim.com |
URL de la Page d'Aide | http://help.clkim.com |
URL de la Page de Politique de Confidentialité | https://clkim.com/privacy |
Langues Prises en Charge | 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 } } |