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 |
Eメール | [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 } } |