Linkder
Visually inspect a list of websites or social media profiles in a snap.
ما هو Linkder؟
Linkder هو إضافة Chrome تم تطويرها بواسطة https://linkder.co، والميزة الرئيسية لها هي "Visually inspect a list of websites or social media profiles in a snap.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Linkder
قم بتنزيل ملفات الامتداد Linkder بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Visually inspect hundreds of websites or social media profiles in minutes, not hours. Click ❤️ if it's a match or ✖️ if it's not. Need to add a note? No problem. After you're finished export everything into a CSV file. معلومات أساسية عن التمديد
| الاسم | |
| ID | pjkfnccncckmlnncfcfcdngenkeecgko |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/linkder/pjkfnccncckmlnncfcfcdngenkeecgko |
| الوصف | Visually inspect a list of websites or social media profiles in a snap. |
| حجم الملف | 1.65 MB |
| عدد التثبيتات | 84 |
| النسخة الحالية | 1.11 |
| آخر تحديث | 2022-09-23 |
| تاريخ النشر | 2022-09-23 |
| تقييم | 5.00/5 مجموع تقييمات 1 |
| المطور | https://linkder.co |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| موقع الإضافة | https://linkder.co |
| عنوان صفحة سياسة الخصوصية | https://linkder.co/privacy.html |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Linkder",
"version": "1.11",
"description": "Visually inspect a list of websites or social media profiles in a snap.",
"icons": {
"128": "img\/128_icon.png"
},
"background": {
"service_worker": "background.js"
},
"action": {
"default_icon": "img\/128_icon.png",
"default_title": "Linkder"
},
"permissions": [
"storage"
],
"host_permissions": [
"https:\/\/app.linkder.co\/*"
],
"manifest_version": 3
} | |