Scrapia
Scrapia helps you extract useful data from LinkedIn.
Scrapia là gì?
Scrapia là một tiện ích mở rộng Chrome được phát triển bởi contact, và tính năng chính của nó là "Scrapia helps you extract useful data from LinkedIn.".
Ả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 Scrapia
Tải xuống các tệp mở rộng Scrapia 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
Scrapia is a tool that extracts your leads from LinkedIn Sales. This extension is needed to get your LinkedIn authentification cookie so we can process your request on our side.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Scrapia |
ID | bkabokojjojidgdegpoongofpcegholj |
URL Chính Thức | https://chromewebstore.google.com/detail/scrapia/bkabokojjojidgdegpoongofpcegholj |
Mô tả | Scrapia helps you extract useful data from LinkedIn. |
Kích Thước Tệp | 8.01 KB |
Số Lần Cài Đặt | 163 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2023-07-07 |
Ngày Phát Hành | 2023-07-07 |
Nhà Phát Triển | contact |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://scrapia.io |
URL Trang Chính Sách Bảo Mật | https://www.scrapia.io/privacy_policy |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Scrapia", "version": "1.0", "description": "Scrapia helps you extract useful data from LinkedIn.", "content_scripts": [ { "js": [ "script.js" ], "matches": [ "http:\/\/localhost:5173\/*", "https:\/\/*.scrapia.io\/*", "https:\/\/scrapia.io\/*", "https:\/\/www.linkedin.com\/sales\/*", "https:\/\/linkedin.com\/sales\/*" ], "css": [ "style.css" ] } ], "host_permissions": [ "https:\/\/www.linkedin.com\/sales\/*", "https:\/\/linkedin.com\/sales\/*" ], "permissions": [ "cookies", "activeTab", "tabs" ], "background": { "service_worker": "background.js" }, "icons": { "128": "icon.png" } } |