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文件
下載BL.INK Link Shortener擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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}" } } } |