FetchFox

A ChatGPT-powered web scraper

FetchFox क्या है?

FetchFox Brandon Hsiao द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A ChatGPT-powered web scraper"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में FetchFox एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    ]
}