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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة المساعدة | https://help.bl.ink |
عنوان صفحة سياسة الخصوصية | 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}" } } } |