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是由charles开发的Chrome扩展程序,该扩展的主要功能是“Download our extension to automatically retrieve your LinkedIn session cookies and launch your scrape”。
扩展截图
下载Emelia - LinkedIn Sales Navigator Scraping扩展crx文件
下载Emelia - LinkedIn Sales Navigator Scraping扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 |
帮助页面URL | https://emelia.io |
隐私政策页面URL | 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" } |