FetchFox

A ChatGPT-powered web scraper

FetchFoxคืออะไร?

FetchFox เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Brandon Hsiao และคุณลักษณะหลักของมันคือ "A ChatGPT-powered web scraper"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย FetchFox

ดาวน์โหลดไฟล์ส่วนขยาย FetchFox ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ FetchFox FetchFox
ID pibmlmgljfjfndpingfdkaeeglioecem
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/fetchfox/pibmlmgljfjfndpingfdkaeeglioecem
คำอธิบาย A ChatGPT-powered web scraper
ขนาดไฟล์ 2.21 MB
จำนวนการติดตั้ง 229
เวอร์ชันปัจจุบัน 0.0.1
อัปเดตครั้งล่าสุด 2023-11-09
วันที่เผยแพร่ 2023-11-06
คะแนน 1.50/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Brandon Hsiao
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://ff-landing-tawny.vercel.app/
URL หน้านโยบายความเป็นส่วนตัว https://fetchfoxai.com/privacy
ภาษาที่รองรับ 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"
    ]
}