Clkim Branded URL Shortener
Clkim - Branded URL Shortener enables you to shorten the URL of any page using your own branded links!
Что такое Clkim Branded URL Shortener?
Clkim Branded URL Shortener - это расширение Chrome, разработанное https://clkim.com, и его основная функция - "Clkim - Branded URL Shortener enables you to shorten the URL of any page using your own branded links!".
Снимки экрана расширения
Скачать файл CRX расширения Clkim Branded URL Shortener
Скачайте файлы расширений Clkim Branded URL Shortener в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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
Основная информация о расширении
Название | |
ID | afjdbpnbedbllgkbmejeldlbmilniklh |
Официальный URL | https://chromewebstore.google.com/detail/clkim-branded-url-shorten/afjdbpnbedbllgkbmejeldlbmilniklh |
Описание | Clkim - Branded URL Shortener enables you to shorten the URL of any page using your own branded links! |
Размер файла | 610 KB |
Количество установок | 142 |
Текущая Версия | 0.1.11 |
Последнее Обновление | 2017-04-18 |
Дата публикации | 2017-04-17 |
Рейтинг | 4.33/5 Всего 12 оценок |
Разработчик | https://clkim.com |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | http://clkim.com |
URL страницы помощи | http://help.clkim.com |
URL страницы политики конфиденциальности | https://clkim.com/privacy |
Поддерживаемые языки | 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 } } |