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是由https://clkim.com开发的Chrome扩展程序,该扩展的主要功能是“Clkim - Branded URL Shortener enables you to shorten the URL of any page using your own branded links!”。
扩展截图
下载Clkim Branded URL Shortener扩展crx文件
下载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 } } |