FetchFox

A ChatGPT-powered web scraper

Co je FetchFox?

FetchFox je rozšíření Chrome vyvinuté Brandon Hsiao, a jeho hlavní funkcí je „A ChatGPT-powered web scraper“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření FetchFox

Stáhněte si soubory rozšíření FetchFox ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název FetchFox FetchFox
ID pibmlmgljfjfndpingfdkaeeglioecem
Oficiální URL https://chromewebstore.google.com/detail/fetchfox/pibmlmgljfjfndpingfdkaeeglioecem
Popis A ChatGPT-powered web scraper
Velikost souboru 2.21 MB
Počet instalací 229
Aktuální Verze 0.0.1
Poslední Aktualizace 2023-11-09
Datum Vydání 2023-11-06
Hodnocení 1.50/5 Celkem 2 Hodnocení
Vývojář Brandon Hsiao
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://ff-landing-tawny.vercel.app/
URL Stránky Zásad Ochrany Soukromí https://fetchfoxai.com/privacy
Podporované Jazyky 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"
    ]
}