Clkim Branded URL Shortener
Clkim - Branded URL Shortener enables you to shorten the URL of any page using your own branded links!
What is Clkim Branded URL Shortener?
Clkim Branded URL Shortener is a Chrome extension developed by https://clkim.com, and its main feature is "Clkim - Branded URL Shortener enables you to shorten the URL of any page using your own branded links!".
Extension Screenshots
Download Clkim Branded URL Shortener Extension CRX File
Download Clkim Branded URL Shortener extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | |
ID | afjdbpnbedbllgkbmejeldlbmilniklh |
Official URL | 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! |
File Size | 610 KB |
Installation Count | 142 |
Current Version | 0.1.11 |
Last Updated | 2017-04-18 |
Publish Date | 2017-04-17 |
Rating | 4.33/5 Total 12 Ratings |
Developer | https://clkim.com |
[email protected] | |
Payment Type | free |
Extension Website | http://clkim.com |
Help Page URL | http://help.clkim.com |
Privacy Policy Page URL | https://clkim.com/privacy |
Supported Languages | 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 } } |