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 là gì?
BL.INK Link Shortener là một tiện ích mở rộng Chrome được phát triển bởi Blink Global, LLC, và tính năng chính của nó là "BL.INK creates short links that click with your audience. BL.INK creates branded links on your domain.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng BL.INK Link Shortener
Tải xuống các tệp mở rộng BL.INK Link Shortener dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | BL.INK Link Shortener |
ID | helppehkcjmhihebplbgjidjojkdpakh |
URL Chính Thức | https://chromewebstore.google.com/detail/blink-link-shortener/helppehkcjmhihebplbgjidjojkdpakh |
Mô tả | BL.INK creates short links that click with your audience. BL.INK creates branded links on your domain. |
Kích Thước Tệp | 340 KB |
Số Lần Cài Đặt | 518 |
Phiên Bản Hiện Tại | 1.2.4 |
Cập Nhật Lần Cuối | 2022-06-23 |
Ngày Phát Hành | 2021-05-05 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Blink Global, LLC |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.bl.ink |
URL Trang Trợ Giúp | https://help.bl.ink |
URL Trang Chính Sách Bảo Mật | https://bl.ink/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | 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}" } } } |