FetchFox

A ChatGPT-powered web scraper

FetchFox란 무엇입니까?

FetchFox은(는) Brandon Hsiao에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A ChatGPT-powered web scraper"입니다.

확장 프로그램 스크린샷

screenshot

FetchFox 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    ]
}