Evaboot
Makes Evaboot easier to use by automatically retrieving your session cookies
ما هو Evaboot؟
Evaboot هو إضافة Chrome تم تطويرها بواسطة https://evaboot.com، والميزة الرئيسية لها هي "Makes Evaboot easier to use by automatically retrieving your session cookies".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Evaboot
قم بتنزيل ملفات الامتداد Evaboot بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Evaboot saves time hours of boring work every week by cleaning and qualifying your lead. This extension will automatically retrieve the session cookies of the websites you're connected to. If you have any question about this extension, feel free to contact use using the support chat at https://evaboot.com/.
معلومات أساسية عن التمديد
الاسم | Evaboot |
ID | edccjhikjlfoakbbijgomgnoflcjgfjh |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/evaboot/edccjhikjlfoakbbijgomgnoflcjgfjh |
الوصف | Makes Evaboot easier to use by automatically retrieving your session cookies |
حجم الملف | 1.37 MB |
عدد التثبيتات | 51,187 |
النسخة الحالية | 2.2.43 |
آخر تحديث | 2024-02-22 |
تاريخ النشر | 2022-01-25 |
تقييم | 4.78/5 مجموع تقييمات 132 |
المطور | https://evaboot.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://app.evaboot.com/ |
عنوان صفحة سياسة الخصوصية | https://evaboot.com/privacy-policy |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Evaboot", "description": "Makes Evaboot easier to use by automatically retrieving your session cookies", "version": "2.2.43", "manifest_version": 3, "homepage_url": "https:\/\/app.evaboot.com\/", "background": { "service_worker": "background.js" }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/www.linkedin.com\/sales\/*", "https:\/\/app.evaboot.com\/*", "https:\/\/www.linkedin.com\/premium\/products\/*" ], "run_at": "document_end" } ], "action": [], "host_permissions": [ "https:\/\/www.linkedin.com\/*", "https:\/\/app.evaboot.com\/*" ], "permissions": [ "storage", "activeTab", "cookies", "webRequest", "unlimitedStorage" ], "icons": { "16": "icon16.png", "32": "icon32.png", "64": "icon64.png", "128": "icon128.png" } } |