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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 } } |