Web Scraper - GetData.IO

3-Click Web-to-CSV for Your ChatGPT Bot!

什麼是Web Scraper - GetData.IO?

Web Scraper - GetData.IO是由https://getdata.io開發的Chrome擴展程式,該擴展的主要功能是“3-Click Web-to-CSV for Your ChatGPT Bot!”。

擴展截圖

screenshot
screenshot
screenshot

下載Web Scraper - GetData.IO擴展crx文件

下載Web Scraper - GetData.IO擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Unlock data-driven potential for your ChatGPT Bot using GetData.IO, your cloud-based solution.

Key Features:
- 🌐 Unlimited browser-based downloads
- 📊 Create API endpoints for competitive pricing, reviews, news, and more.
- 🖱️ Easily select data from web pages.
- 🔄 Integrate webhooks for automatic updates tailored to your ChatGPT.
- 🕒 Schedule crawlers flexibly (as often as every 15 minutes).
- 💼 Access data in .CSV, .JSON, or Excel.
- 🚀 Seamlessly sync vast data volumes with your ChatGPT.

Empower your ChatGPT Bot with invaluable training data. Make informed decisions and unleash the full potential of GetData.IO. Get started today!
CONTACT INFO:
The GetData.IO is ready to help you. If you have problems using the tool, extracting data from any website or encounter difficulties in your journey to generating market insights, let us know. Just ask your question via email at [email protected]. Let’s be friends!

IMPORTANT INFO:
The data sources you created will be visible to you and community members when you create public data sources. 

The data sources will be private and visible only to you when you create private data sources which is available in our paid plan. 

To best ensure we track changes on a webpage accurately, we collect the cookies for that site  when you create a data source.

Gathered data will be stored on our server and its accessibility will be determine by you based on your choice of data source type. It will be deleted when you delete your data source.

GetData.IO requires you to accept our terms of service as well as understand our privacy policy to use the software. Please refer to our site at https://getdata.io/terms-of-service and https://getdata.io/privacy-policy. 

Part of our terms of use is that you understand and abide by the terms of use of whatever site you are using and that the community data sources are there for you to use “as is” without any obligation from GetData.IO to modify or fix them or to help you use them. We do provide ample tutorials and help documents for how to use our chrome extension and how to make or modify data sources on your own.

Create an API and start making informed decisions now!

(C) 2023 Copyright  GetData Inc                    

擴展基本資訊

名稱 Web Scraper - GetData.IO Web Scraper - GetData.IO
ID ofncgcgajhgnbkbmkdhbgkoopfbemhfj
官方網址 https://chromewebstore.google.com/detail/web-scraper-getdataio/ofncgcgajhgnbkbmkdhbgkoopfbemhfj
簡介 3-Click Web-to-CSV for Your ChatGPT Bot!
檔案大小 878 KB
安裝次數 7,484
目前版本 6.0.6
更新時間 2023-10-10
上架時間 2020-02-21
評分 4.21/5 共 47 次評分
開發者 https://getdata.io
電子郵箱 [email protected]
付費類型 free
擴展官網 https://getdata.io
隱私政策頁面URL https://getdata.io/privacy-policy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "css\/content.css",
                "css\/font-awesome-4.2.0\/css\/font-awesome.css",
                "css\/hopscotch-0.2.6.min.css"
            ],
            "js": [
                "js\/lib\/file_saver.js",
                "js\/content\/browsers\/chrome.js",
                "js\/config\/config.js",
                "js\/lib\/jquery_1.9.1.min.js",
                "js\/lib\/jquery_ui_1.10.3.js",
                "js\/lib\/handlebars.runtime.js",
                "js\/lib\/handlebar-helpers.js",
                "js\/content\/templates\/sidebar.hbs.precompiled.js",
                "js\/content\/templates\/column.hbs.precompiled.js",
                "js\/content\/templates\/community_icon.hbs.precompiled.js",
                "js\/content\/templates\/listing_panel_column.hbs.precompiled.js",
                "js\/content\/templates\/listing_panel_recommended_column.hbs.precompiled.js",
                "js\/content\/templates\/recommended_panel_column.hbs.precompiled.js",
                "js\/content\/templates\/introduction_modal.hbs.precompiled.js",
                "js\/content\/templates\/notification_panel.hbs.precompiled.js",
                "js\/content\/templates\/notification_save_panel.hbs.precompiled.js",
                "js\/lib\/underscore-min.js",
                "js\/lib\/backbone-min.js",
                "js\/lib\/bootstrap.bundle.min.js",
                "js\/content\/lib\/backbone-override.js",
                "js\/content\/models\/crawler.js",
                "js\/content\/models\/tutorial.js",
                "js\/content\/models\/tab.js",
                "js\/content\/models\/page.js",
                "js\/content\/models\/pagination.js",
                "js\/content\/models\/column.js",
                "js\/content\/models\/recommended_column.js",
                "js\/content\/views\/crawler_view.js",
                "js\/content\/views\/dom_array_generator.js",
                "js\/content\/views\/listing_detector.js",
                "js\/content\/views\/recommendation_detector.js",
                "js\/content\/views\/selected_dom_view.js",
                "js\/content\/views\/column_view.js",
                "js\/content\/views\/listing_panel_column_view.js",
                "js\/content\/views\/listing_panel_recommended_column_view.js",
                "js\/content\/views\/recommended_column_view.js",
                "js\/content\/views\/recommended_panel_column_view.js",
                "js\/content\/views\/pagination_view.js",
                "js\/content\/views\/sidebar_view.js",
                "js\/content\/views\/tab_view.js",
                "js\/lib\/hopscotch-0.2.6.min.js",
                "js\/content\/views\/tutorial_view.js",
                "js\/content\/application.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "js\/background\/application.js"
    },
    "action": {
        "default_icon": "images\/krake_icon_disabled_24_new.png",
        "default_title": "Get Data"
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "js\/content\/templates\/sidebar.hbs",
                "js\/content\/templates\/column.hbs",
                "js\/content\/templates\/community_icon.hbs",
                "js\/content\/templates\/listing_panel_column.hbs",
                "js\/content\/templates\/listing_panel_recommended_column.hbs",
                "js\/content\/templates\/recommended_panel_column.hbs",
                "js\/content\/templates\/introduction_modal.hbs",
                "js\/content\/templates\/notification_panel.hbs",
                "js\/content\/templates\/notification_save_panel.hbs",
                "images\/logo-long.svg",
                "images\/logo-a.png",
                "images\/active-state.svg",
                "images\/recommendations-state.svg",
                "images\/empty-state.svg",
                "images\/loading-icon.gif",
                "images\/empty-state-first.svg",
                "images\/help-circle.svg",
                "images\/arrow-right-circle.svg",
                "images\/arrow-right-circle-active.svg",
                "images\/menu-close-icon.svg",
                "images\/sidebar-add-icon.png",
                "images\/sidebar-pagination-icon.png",
                "images\/sprite-green.png",
                "images\/recommendations_icon.svg",
                "images\/chevron-down.svg",
                "images\/chevron-down-active.svg",
                "images\/chevron-up.svg",
                "images\/chevron-up-active.svg",
                "images\/delete.svg",
                "images\/delete-active.svg",
                "images\/plus-circle.svg",
                "images\/plus-circle-active.svg",
                "images\/notification-close-icon.svg",
                "images\/pagination-active.svg",
                "images\/pagination-inactive.svg",
                "images\/recommendation-active.svg",
                "images\/recommendation-inactive.svg",
                "html\/panel.html",
                "css\/font-awesome-4.2.0\/fonts\/fontawesome-webfont.eot",
                "css\/font-awesome-4.2.0\/fonts\/fontawesome-webfont.svg",
                "css\/font-awesome-4.2.0\/fonts\/fontawesome-webfont.ttf",
                "css\/font-awesome-4.2.0\/fonts\/fontawesome-webfont.woff",
                "css\/font-awesome-4.2.0\/fonts\/FontAwesome.otf"
            ]
        }
    ],
    "icons": {
        "128": "images\/krake_icon_128_new.png",
        "16": "images\/krake_icon_16_new.png",
        "24": "images\/krake_icon_24_new.png",
        "32": "images\/krake_icon_32_new.png",
        "48": "images\/krake_icon_48_new.png"
    },
    "manifest_version": 3,
    "name": "Web Scraper - GetData.IO",
    "short_name": "GetData.IO",
    "description": "3-Click Web-to-CSV for Your ChatGPT Bot!",
    "permissions": [
        "tabs",
        "cookies"
    ],
    "host_permissions": [
        ""
    ],
    "version": "6.0.6"
}