Clkim Branded URL Shortener
Clkim - Branded URL Shortener enables you to shorten the URL of any page using your own branded links!
¿Qué es Clkim Branded URL Shortener?
Clkim Branded URL Shortener es una extensión de Chrome desarrollada por https://clkim.com, y su función principal es "Clkim - Branded URL Shortener enables you to shorten the URL of any page using your own branded links!".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Clkim Branded URL Shortener
Descarga archivos de extensión Clkim Branded URL Shortener en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | |
ID | afjdbpnbedbllgkbmejeldlbmilniklh |
URL Oficial | https://chromewebstore.google.com/detail/clkim-branded-url-shorten/afjdbpnbedbllgkbmejeldlbmilniklh |
Descripción | Clkim - Branded URL Shortener enables you to shorten the URL of any page using your own branded links! |
Tamaño del Archivo | 610 KB |
Cantidad de Instalaciones | 142 |
Versión Actual | 0.1.11 |
Última Actualización | 2017-04-18 |
Fecha de Publicación | 2017-04-17 |
Calificación | 4.33/5 Total de 12 Calificaciones |
Desarrollador | https://clkim.com |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | http://clkim.com |
URL de la Página de Ayuda | http://help.clkim.com |
URL de la Página de Política de Privacidad | https://clkim.com/privacy |
Idiomas Soportados | 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 } } |