Beezy - Super Scraper
The ultimate Omni-web data collector—— Beezy. Get web data with ease.
Beezy - Super Scraper là gì?
Beezy - Super Scraper là một tiện ích mở rộng Chrome được phát triển bởi BEEZY, và tính năng chính của nó là "The ultimate Omni-web data collector—— Beezy. Get web data with ease.".
Ả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 Beezy - Super Scraper
Tải xuống các tệp mở rộng Beezy - Super Scraper 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
🐝What can Beezy do? Beezy can easily gather data 🔍 from the internet and quickly extract the information you need from a vast amount of data. ❤️Specifically, it has the following powerful functions: · AI intelligently recognizes webpage structure, transforming HTML website data into simple, easy-to-read, tabular data. · Download full pages 📷 with images. · Page-by-page scraping 📄. · Data cleaning and previewing 🔍. · Download as an Excel file 💾. 🌍For more information, please visit https://beezy.cool/.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Beezy - Super Scraper |
ID | kfhhfbmbamgfjiibdmcecjohlgckphll |
URL Chính Thức | https://chromewebstore.google.com/detail/beezy-super-scraper/kfhhfbmbamgfjiibdmcecjohlgckphll |
Mô tả | The ultimate Omni-web data collector—— Beezy. Get web data with ease. |
Kích Thước Tệp | 2.46 MB |
Số Lần Cài Đặt | 554 |
Phiên Bản Hiện Tại | 0.1.0 |
Cập Nhật Lần Cuối | 2023-04-11 |
Ngày Phát Hành | 2023-04-10 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | BEEZY |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://beezy.cool/privacy |
Ngôn Ngữ Được Hỗ Trợ | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "description": "__MSG_extDescription__", "default_locale": "en", "background": { "service_worker": "backgroundServiceWorker.js" }, "action": { "action": [] }, "content_scripts": [ { "all_frames": true, "js": [ "contentMain.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/*\/*", "file:\/\/\/*\/*" ], "match_about_blank": true, "run_at": "document_start", "css": [ "styles\/content.css" ], "persistent": true } ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' wasm-unsafe-eval ", "sandbox": "sandbox allow-scripts; script-src 'self'; object-src 'self'" }, "icons": { "128": "128.png", "16": "16.png", "48": "48.png" }, "manifest_version": 3, "version": "0.1.0", "permissions": [ "tabs", "activeTab", "contextMenus", "storage", "contextMenus" ], "host_permissions": [ " |