Clkim Branded URL Shortener
Clkim - Branded URL Shortener enables you to shorten the URL of any page using your own branded links!
Apa itu Clkim Branded URL Shortener?
Clkim Branded URL Shortener adalah ekstensi Chrome yang dikembangkan oleh https://clkim.com, dan fitur utamanya adalah "Clkim - Branded URL Shortener enables you to shorten the URL of any page using your own branded links!".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Clkim Branded URL Shortener
Unduh file ekstensi Clkim Branded URL Shortener dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | |
ID | afjdbpnbedbllgkbmejeldlbmilniklh |
URL Resmi | https://chromewebstore.google.com/detail/clkim-branded-url-shorten/afjdbpnbedbllgkbmejeldlbmilniklh |
Deskripsi | Clkim - Branded URL Shortener enables you to shorten the URL of any page using your own branded links! |
Ukuran File | 610 KB |
Jumlah Instalasi | 142 |
Versi Saat Ini | 0.1.11 |
Terakhir Diperbarui | 2017-04-18 |
Tanggal Publikasi | 2017-04-17 |
Penilaian | 4.33/5 Total 12 Penilaian |
Pengembang | https://clkim.com |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | http://clkim.com |
URL Halaman Bantuan | http://help.clkim.com |
URL Halaman Kebijakan Privasi | https://clkim.com/privacy |
Bahasa yang Didukung | 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 } } |