Emelia - LinkedIn Sales Navigator Scraping
Download our extension to automatically retrieve your LinkedIn session cookies and launch your scrape
What is Emelia - LinkedIn Sales Navigator Scraping?
Emelia - LinkedIn Sales Navigator Scraping is a Chrome extension developed by charles, and its main feature is "Download our extension to automatically retrieve your LinkedIn session cookies and launch your scrape".
Extension Screenshots
Download Emelia - LinkedIn Sales Navigator Scraping Extension CRX File
Download Emelia - LinkedIn Sales Navigator Scraping extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
If you have any questions about this extension, feel free to contact us using the support chat at https://emelia.io/.
Extension Basic Information
Name | Emelia - LinkedIn Sales Navigator Scraping |
ID | lmfpmgpceccbilfhiiagoeiligkpidoi |
Official URL | https://chromewebstore.google.com/detail/emelia-linkedin-sales-nav/lmfpmgpceccbilfhiiagoeiligkpidoi |
Description | Download our extension to automatically retrieve your LinkedIn session cookies and launch your scrape |
File Size | 15.45 KB |
Installation Count | 80 |
Current Version | 1.0.6 |
Last Updated | 2024-02-14 |
Publish Date | 2023-12-20 |
Rating | 5.00/5 Total 3 Ratings |
Developer | charles |
[email protected] | |
Payment Type | free |
Extension Website | https://emelia.io |
Help Page URL | https://emelia.io |
Privacy Policy Page URL | https://emelia.io/privacy_policy |
Supported Languages | 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" } |