Web Scraper - GetData.IO

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

Web Scraper - GetData.IO là gì?

Web Scraper - GetData.IO là một tiện ích mở rộng Chrome được phát triển bởi https://getdata.io, và tính năng chính của nó là "3-Click Web-to-CSV for Your ChatGPT Bot!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Web Scraper - GetData.IO

Tải xuống các tệp mở rộng Web Scraper - GetData.IO dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Web Scraper - GetData.IO Web Scraper - GetData.IO
ID ofncgcgajhgnbkbmkdhbgkoopfbemhfj
URL Chính Thức https://chromewebstore.google.com/detail/web-scraper-getdataio/ofncgcgajhgnbkbmkdhbgkoopfbemhfj
Mô tả 3-Click Web-to-CSV for Your ChatGPT Bot!
Kích Thước Tệp 878 KB
Số Lần Cài Đặt 7,484
Phiên Bản Hiện Tại 6.0.6
Cập Nhật Lần Cuối 2023-10-10
Ngày Phát Hành 2020-02-21
Đánh Giá 4.21/5 Tổng số 47 Đánh Giá
Nhà Phát Triển https://getdata.io
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://getdata.io
URL Trang Chính Sách Bảo Mật https://getdata.io/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
}