Emelia - LinkedIn Sales Navigator Scraping
Download our extension to automatically retrieve your LinkedIn session cookies and launch your scrape
Emelia - LinkedIn Sales Navigator Scraping là gì?
Emelia - LinkedIn Sales Navigator Scraping là một tiện ích mở rộng Chrome được phát triển bởi charles, và tính năng chính của nó là "Download our extension to automatically retrieve your LinkedIn session cookies and launch your scrape".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Emelia - LinkedIn Sales Navigator Scraping
Tải xuống các tệp mở rộng Emelia - LinkedIn Sales Navigator Scraping dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
If you have any questions about this extension, feel free to contact us using the support chat at https://emelia.io/.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Emelia - LinkedIn Sales Navigator Scraping |
ID | lmfpmgpceccbilfhiiagoeiligkpidoi |
URL Chính Thức | https://chromewebstore.google.com/detail/emelia-linkedin-sales-nav/lmfpmgpceccbilfhiiagoeiligkpidoi |
Mô tả | Download our extension to automatically retrieve your LinkedIn session cookies and launch your scrape |
Kích Thước Tệp | 15.45 KB |
Số Lần Cài Đặt | 80 |
Phiên Bản Hiện Tại | 1.0.6 |
Cập Nhật Lần Cuối | 2024-02-14 |
Ngày Phát Hành | 2023-12-20 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | charles |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://emelia.io |
URL Trang Trợ Giúp | https://emelia.io |
URL Trang Chính Sách Bảo Mật | https://emelia.io/privacy_policy |
Ngôn Ngữ Được Hỗ Trợ | 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" } |