Emelia - LinkedIn Sales Navigator Scraping
Download our extension to automatically retrieve your LinkedIn session cookies and launch your scrape
Co to jest Emelia - LinkedIn Sales Navigator Scraping?
Emelia - LinkedIn Sales Navigator Scraping to rozszerzenie Chrome opracowane przez charles, a jego główną funkcją jest „Download our extension to automatically retrieve your LinkedIn session cookies and launch your scrape”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Emelia - LinkedIn Sales Navigator Scraping
Pobierz pliki rozszerzeń Emelia - LinkedIn Sales Navigator Scraping w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
If you have any questions about this extension, feel free to contact us using the support chat at https://emelia.io/.
Podstawowe informacje o rozszerzeniu
Nazwa | Emelia - LinkedIn Sales Navigator Scraping |
ID | lmfpmgpceccbilfhiiagoeiligkpidoi |
Oficjalny URL | https://chromewebstore.google.com/detail/emelia-linkedin-sales-nav/lmfpmgpceccbilfhiiagoeiligkpidoi |
Opis | Download our extension to automatically retrieve your LinkedIn session cookies and launch your scrape |
Rozmiar pliku | 15.45 KB |
Liczba instalacji | 80 |
Aktualna Wersja | 1.0.6 |
Ostatnia Aktualizacja | 2024-02-14 |
Data Publikacji | 2023-12-20 |
Ocena | 5.00/5 Łącznie 3 Oceny |
Deweloper | charles |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://emelia.io |
Adres URL Strony Pomocy | https://emelia.io |
Adres URL Strony Polityki Prywatności | https://emelia.io/privacy_policy |
Obsługiwane Języki | 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" } |