Hexofy Scraper - Free Web Scraping + AI

1-Click Data Capture & Web Scraping Tool Enhanced with AI

Hexofy Scraper - Free Web Scraping + AI là gì?

Hexofy Scraper - Free Web Scraping + AI là một tiện ích mở rộng Chrome được phát triển bởi https://hexofy.com, và tính năng chính của nó là "1-Click Data Capture & Web Scraping Tool Enhanced with AI".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Hexofy Scraper - Free Web Scraping + AI

Tải xuống các tệp mở rộng Hexofy Scraper - Free Web Scraping + AI 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

                        Web Scraping + AI = Magic!

Hexofy’s AI assistant lets you perform GPT tasks on any data you capture or the page you’re browsing with just one click.

Transform how you gather data from the web with Hexofy, your ultimate browser extension for effortless web scraping. Say goodbye to the tedious task of copy-pasting with our one-click solution that simplifies data extraction directly from your browser.

Why Choose Hexofy?

User-Friendly: Navigate the web with our intuitive point-and-click interface, making data capture accessible to everyone—no tech expertise required.

Efficient: Set up in minutes and extract thousands of records from any website, from popular marketplaces like Amazon and eBay to niche sites.

No Coding Needed: Forget about learning Python or JavaScript. Hexofy is designed for ease, allowing you to scrape data without writing a single line of code.

Browser-Based: All scraping tasks are run in your browser, which means no downloads or installations on your computer.

Whether you’re capturing leads, analyzing tweets, comparing products, or aggregating information, Hexofy provides a seamless scraping experience for both one-time tasks and large-scale data extraction projects.

Freedom to Capture Anything, Anytime.

Start your journey towards smarter, faster web data extraction. Add Hexofy to Chrome now and experience the magic of one-click scraping!                    

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

Tên Hexofy Scraper - Free Web Scraping + AI Hexofy Scraper - Free Web Scraping + AI
ID bmcfkceaciejniimbpekgcgkodlgfadj
URL Chính Thức https://chromewebstore.google.com/detail/hexofy-scraper-free-web-s/bmcfkceaciejniimbpekgcgkodlgfadj
Mô tả 1-Click Data Capture & Web Scraping Tool Enhanced with AI
Kích Thước Tệp 1.36 MB
Số Lần Cài Đặt 4,317
Phiên Bản Hiện Tại 2.1.0
Cập Nhật Lần Cuối 2024-02-28
Ngày Phát Hành 2023-02-28
Đánh Giá 4.41/5 Tổng số 29 Đánh Giá
Nhà Phát Triển https://hexofy.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://hexofy.com
URL Trang Chính Sách Bảo Mật https://hexact.io/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hexofy Scraper - Free Web Scraping + AI",
    "description": "1-Click Data Capture & Web Scraping Tool Enhanced with AI",
    "version": "2.1.0",
    "manifest_version": 3,
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": ".\/icon16disabled.png",
            "48": ".\/icon48disabled.png",
            "128": ".\/icon128disabled.png"
        }
    },
    "icons": {
        "16": ".\/icon16disabled.png",
        "48": ".\/icon48disabled.png",
        "128": ".\/icon128disabled.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "scripting",
        "activeTab",
        "unlimitedStorage",
        "webNavigation"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "externally_connectable": {
        "ids": [
            "bmcfkceaciejniimbpekgcgkodlgfadj",
            "nenkkhfkbgioenfhecolhdjjpbgbmbmn",
            "cabkcpckbogodkhpkflapdjhlaoojpal",
            "cfmhjjglgpcbkbpmicpkegadmoeicedc",
            "nenimlehhngpokejigjcfdjobmkfphnn",
            "pndfblhdnbhojknmcfjcfigjkejepfag",
            "jmpflegmbfmkimhdhfbjhpnncahdmodo",
            "mnhjjidfkpmkhdpdlpmacjonamgamdpm",
            "jgobmioffhndjlholghcajiejmhjmkgl",
            "mgmcleaniklmnobmapoghodebomcclld",
            "nebdjjiofgkbbiohgkcdmdjjeobaipdg",
            "ckgmhanamjlhmfhlcibaljcacobffdjh",
            "ieegoibolaojfjcncgeijaafbfpppfkg",
            "hpkeojndcogejcnjkdnjgbcbmmoplkdk"
        ],
        "matches": [
            "https:\/\/hexofy.com\/*",
            "https:\/\/dash.hexofy.com\/*",
            "https:\/\/hexofy.hexact.io\/*",
            "https:\/\/dashhexofy.hexact.io\/*",
            "http:\/\/localhost:8000\/*",
            "http:\/\/localhost:3000\/*",
            "http:\/\/localhost:3281\/*",
            "https:\/\/hexometer.hexact.io\/*"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content-script.js"
            ]
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "get-xpaths.js"
            ],
            "css": [
                "get-xpaths.css"
            ]
        }
    ]
}