Emelia - LinkedIn Sales Navigator Scraping
Download our extension to automatically retrieve your LinkedIn session cookies and launch your scrape
ما هو Emelia - LinkedIn Sales Navigator Scraping؟
Emelia - LinkedIn Sales Navigator Scraping هو إضافة Chrome تم تطويرها بواسطة charles، والميزة الرئيسية لها هي "Download our extension to automatically retrieve your LinkedIn session cookies and launch your scrape".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Emelia - LinkedIn Sales Navigator Scraping
قم بتنزيل ملفات الامتداد Emelia - LinkedIn Sales Navigator Scraping بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
If you have any questions about this extension, feel free to contact us using the support chat at https://emelia.io/.
معلومات أساسية عن التمديد
الاسم | Emelia - LinkedIn Sales Navigator Scraping |
ID | lmfpmgpceccbilfhiiagoeiligkpidoi |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/emelia-linkedin-sales-nav/lmfpmgpceccbilfhiiagoeiligkpidoi |
الوصف | Download our extension to automatically retrieve your LinkedIn session cookies and launch your scrape |
حجم الملف | 15.45 KB |
عدد التثبيتات | 80 |
النسخة الحالية | 1.0.6 |
آخر تحديث | 2024-02-14 |
تاريخ النشر | 2023-12-20 |
تقييم | 5.00/5 مجموع تقييمات 3 |
المطور | charles |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://emelia.io |
عنوان صفحة المساعدة | https://emelia.io |
عنوان صفحة سياسة الخصوصية | https://emelia.io/privacy_policy |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "service_worker": "background.js" }, "content_scripts": [ { "css": [ "style.css" ], "js": [ "script.js" ], "matches": [ "http:\/\/localhost:3000\/*", "https:\/\/*.emelia.io\/*", "https:\/\/www.linkedin.com\/sales\/*", "https:\/\/linkedin.com\/sales\/*" ], "run_at": "document_end" } ], "description": "Download our extension to automatically retrieve your LinkedIn session cookies and launch your scrape", "host_permissions": [ "https:\/\/www.linkedin.com\/sales\/*", "https:\/\/linkedin.com\/sales\/*" ], "icons": { "128": "icon.png" }, "manifest_version": 3, "name": "Emelia - LinkedIn Sales Navigator Scraping", "permissions": [ "cookies", "tabs" ], "version": "1.0.6" } |