FetchFox

A ChatGPT-powered web scraper

O que é FetchFox?

FetchFox é uma extensão do Chrome desenvolvida por Brandon Hsiao, e sua principal característica é "A ChatGPT-powered web scraper".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão FetchFox

Baixe arquivos de extensão FetchFox no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome FetchFox FetchFox
ID pibmlmgljfjfndpingfdkaeeglioecem
URL Oficial https://chromewebstore.google.com/detail/fetchfox/pibmlmgljfjfndpingfdkaeeglioecem
Descrição A ChatGPT-powered web scraper
Tamanho do Arquivo 2.21 MB
Contagem de Instalações 229
Versão Atual 0.0.1
Última Atualização 2023-11-09
Data de Publicação 2023-11-06
Classificação 1.50/5 Total de 2 Avaliações
Desenvolvedor Brandon Hsiao
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://ff-landing-tawny.vercel.app/
URL da Página de Política de Privacidade https://fetchfoxai.com/privacy
Idiomas Suportados 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"
    ]
}