Hyperlink
Get push notifications when your links get clicked!
ما هو Hyperlink؟
Hyperlink هو إضافة Chrome تم تطويرها بواسطة https://usehyperlink.com، والميزة الرئيسية لها هي "Get push notifications when your links get clicked!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Hyperlink
قم بتنزيل ملفات الامتداد Hyperlink بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Hyperlink is a link shortener that lets you get notified when you links are clicked on.
Hyperlink supports:
- Right click to create Hyperlinks
- Custom domains
- Editable destination urls
- A push notification API
- QR codes (mobile only)
Mobile apps available for both iOS and Android. معلومات أساسية عن التمديد
| الاسم | |
| ID | dlgncnofjdagniahkcimljhineapppbi |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/hyperlink/dlgncnofjdagniahkcimljhineapppbi |
| الوصف | Get push notifications when your links get clicked! |
| حجم الملف | 29.28 KB |
| عدد التثبيتات | 161 |
| النسخة الحالية | 4.0 |
| آخر تحديث | 2019-12-12 |
| تاريخ النشر | 2019-12-11 |
| تقييم | 5.00/5 مجموع تقييمات 3 |
| المطور | https://usehyperlink.com |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| موقع الإضافة | http://usehyperlink.com |
| عنوان صفحة المساعدة | http://usehyperlink.com/faq |
| عنوان صفحة سياسة الخصوصية | http://usehyperlink.com/privacy |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Hyperlink",
"version": "4.0",
"description": "Get push notifications when your links get clicked!",
"manifest_version": 2,
"background": {
"scripts": [
"background.js"
]
},
"permissions": [
"contextMenus",
"activeTab"
],
"browser_action": {
"default_popup": "popup.html",
"default_icon": {
"128": "logo.png"
}
},
"icons": {
"128": "logo.png"
}
} | |