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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Blink Global, LLC และคุณลักษณะหลักของมันคือ "BL.INK creates short links that click with your audience. BL.INK creates branded links on your domain."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย BL.INK Link Shortener
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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}" } } } |