BL.INK Link Shortener
BL.INK creates short links that click with your audience. BL.INK creates branded links on your domain.
BL.INK Link Shortener란 무엇입니까?
BL.INK Link Shortener은(는) Blink Global, LLC에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "BL.INK creates short links that click with your audience. BL.INK creates branded links on your domain."입니다.
확장 프로그램 스크린샷
BL.INK Link Shortener 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Link Management is more than shortening a link and branding is just the beginning. BL.INK creates an environment to manage every touch, monitor for accuracy, and provides analytical insights to measure value and performance. If you share a link, protect it with BL.INK.
확장 프로그램 기본 정보
이름 | BL.INK Link Shortener |
ID | helppehkcjmhihebplbgjidjojkdpakh |
공식 URL | https://chromewebstore.google.com/detail/blink-link-shortener/helppehkcjmhihebplbgjidjojkdpakh |
설명 | BL.INK creates short links that click with your audience. BL.INK creates branded links on your domain. |
파일 크기 | 340 KB |
설치 횟수 | 518 |
현재 버전 | 1.2.4 |
최근 업데이트 | 2022-06-23 |
출시 날짜 | 2021-05-05 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | Blink Global, LLC |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.bl.ink |
도움말 페이지 URL | https://help.bl.ink |
개인정보 보호 정책 페이지 URL | https://bl.ink/privacy-policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "BL.INK Link Shortener", "description": "BL.INK creates short links that click with your audience. BL.INK creates branded links on your domain.", "version": "1.2.4", "manifest_version": 2, "browser_action": { "default_title": "BL.INK" }, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "web_accessible_resources": [ "js\/*", "BLINK-Web\/*", "frame.html" ], "background": { "scripts": [ "js\/auth0chrome.js", "js\/background.js" ], "persistent": false }, "permissions": [ "https:\/\/login.bl.ink\/oauth\/token", "https:\/\/*.bl.ink\/", "identity", "activeTab", "storage" ], "content_security_policy": "script-src 'self'; object-src 'self'", "browser_specific_settings": { "gecko": { "id": "{0b19d01f-100b-4954-87f6-418ac4e3fbf3}" } } } |