Clkim Branded URL Shortener
Clkim - Branded URL Shortener enables you to shorten the URL of any page using your own branded links!
O que é Clkim Branded URL Shortener?
Clkim Branded URL Shortener é uma extensão do Chrome desenvolvida por https://clkim.com, e sua principal característica é "Clkim - Branded URL Shortener enables you to shorten the URL of any page using your own branded links!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Clkim Branded URL Shortener
Baixe arquivos de extensão Clkim Branded URL Shortener no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | |
ID | afjdbpnbedbllgkbmejeldlbmilniklh |
URL Oficial | https://chromewebstore.google.com/detail/clkim-branded-url-shorten/afjdbpnbedbllgkbmejeldlbmilniklh |
Descrição | Clkim - Branded URL Shortener enables you to shorten the URL of any page using your own branded links! |
Tamanho do Arquivo | 610 KB |
Contagem de Instalações | 142 |
Versão Atual | 0.1.11 |
Última Atualização | 2017-04-18 |
Data de Publicação | 2017-04-17 |
Classificação | 4.33/5 Total de 12 Avaliações |
Desenvolvedor | https://clkim.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | http://clkim.com |
URL da Página de Ajuda | http://help.clkim.com |
URL da Página de Política de Privacidade | https://clkim.com/privacy |
Idiomas Suportados | 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 } } |