FetchFox

A ChatGPT-powered web scraper

Cos'è FetchFox?

FetchFox è un'estensione di Chrome sviluppata da Brandon Hsiao, e la sua funzione principale è "A ChatGPT-powered web scraper".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione FetchFox

Scarica i file di estensione FetchFox in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome FetchFox FetchFox
ID pibmlmgljfjfndpingfdkaeeglioecem
URL Ufficiale https://chromewebstore.google.com/detail/fetchfox/pibmlmgljfjfndpingfdkaeeglioecem
Descrizione A ChatGPT-powered web scraper
Dimensione del File 2.21 MB
Conteggio Installazioni 229
Versione Corrente 0.0.1
Ultimo Aggiornamento 2023-11-09
Data di Pubblicazione 2023-11-06
Valutazione 1.50/5 Totale 2 Valutazioni
Sviluppatore Brandon Hsiao
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://ff-landing-tawny.vercel.app/
URL della Pagina della Politica sulla Privacy https://fetchfoxai.com/privacy
Lingue Supportate 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"
    ]
}