FetchFox
A ChatGPT-powered web scraper
FetchFox là gì?
FetchFox là một tiện ích mở rộng Chrome được phát triển bởi Brandon Hsiao, và tính năng chính của nó là "A ChatGPT-powered web scraper".
Ả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 FetchFox
Tải xuống các tệp mở rộng FetchFox 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
A ChatGPT-powered web scraper that works in three simple steps: 1) Install the extension. Install our extension from the Chrome App store. After installing, make sure to add your OpenAI key to enable access to ChatGPT. 2) Configure your scrape. Create a new scraping job and type in the data you want to extract. Plain English works, for example: "What is this person's job title?" 3) Scrape the data. Visit the pages you want to scrape, and click the extension once per page. When you're done, download a CSV for later use
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | FetchFox |
ID | pibmlmgljfjfndpingfdkaeeglioecem |
URL Chính Thức | https://chromewebstore.google.com/detail/fetchfox/pibmlmgljfjfndpingfdkaeeglioecem |
Mô tả | A ChatGPT-powered web scraper |
Kích Thước Tệp | 2.21 MB |
Số Lần Cài Đặt | 229 |
Phiên Bản Hiện Tại | 0.0.1 |
Cập Nhật Lần Cuối | 2023-11-09 |
Ngày Phát Hành | 2023-11-06 |
Đánh Giá | 1.50/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | Brandon Hsiao |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://ff-landing-tawny.vercel.app/ |
URL Trang Chính Sách Bảo Mật | https://fetchfoxai.com/privacy |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "A ChatGPT-powered web scraper", "version": "0.0.1", "manifest_version": 3, "name": "FetchFox", "options_page": "options.html", "action": { "default_popup": "popup.html", "default_icon": "logo.png" }, "icons": { "128": "logo.png" }, "web_accessible_resources": [ { "resources": [ "logo.png" ], "matches": [] } ], "permissions": [ "scripting", "storage", "activeTab" ] } |