Scrapeit – no code data scraper

Scrapeit

Scrapeit – no code data scraperคืออะไร?

Scrapeit – no code data scraper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://scrapeit.io และคุณลักษณะหลักของมันคือ "Scrapeit"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Scrapeit – no code data scraper

ดาวน์โหลดไฟล์ส่วนขยาย Scrapeit – no code data scraper ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        ScrapeIt is a simple browser extension that helps you crawl data from web pages in a convenient way.

What can ScrapeIt be used for?

*Brand monitoring*
Product and price review, content crawling, data updates

*Retail monitoring*
Monitor product performance, competitor or supplier stock, and pricing, etc.

*Website content*
News portals, blogs, etc.

*E-commerce*
Product price, description, images, URL extraction, etc. from large and local companies

*Competitive benchmarking*
Data for business decisions and performance improvement

*Contacts*
Emails, phone numbers, social media, and other information from various sites

*Startup monitoring*
TechCrunch, Crunchbase, AngelCo, etc.

Features

*Scrape Without Worry*
Bypass blocking with AI by constantly introducing new systems. ScrapeIt behaves as if you were personally clicking on the page in your browser.

*Data export in CSV and JSON formats*
Collect, export, and download data in CSV and JSON format directly from your browser.

*No settings*
You only need to select the information to collect on one page. ScrapeIt will do the rest. Scraper analyzes the site and finds data pages based on the entered template.

*Data security*
All processed data is transmitted through secure channels. They cannot be traced regardless of the information scope.

*Easy to use*
Open the desired site and select the data you want to extract. No special knowledge or skills are necessary for the work. ScrapeIt works in your browser and does not require installation on your computer.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Scrapeit – no code data scraper Scrapeit – no code data scraper
ID icffdbmbgicdaghmififfemdikoabijp
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/scrapeit-%E2%80%93-no-code-data-s/icffdbmbgicdaghmififfemdikoabijp
คำอธิบาย Scrapeit
ขนาดไฟล์ 1.03 MB
จำนวนการติดตั้ง 169
เวอร์ชันปัจจุบัน 0.1.0
อัปเดตครั้งล่าสุด 2021-07-03
วันที่เผยแพร่ 2021-07-03
ผู้พัฒนา http://scrapeit.io
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://scrapeit.io
URL หน้าช่วยเหลือ https://scrapeit.io
URL หน้านโยบายความเป็นส่วนตัว http://scrapeit.io/privacy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Scrapeit \u2013 no code data scraper",
    "description": "Scrapeit",
    "version": "0.1.0",
    "manifest_version": 2,
    "icons": {
        "16": ".\/favicon-16x16.png",
        "32": ".\/favicon-32x32.png",
        "70": ".\/favicon-70x70.png",
        "144": ".\/favicon-144x144.png"
    },
    "options_page": ".\/options.html",
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Let's Scrape It!"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content-script.js"
            ],
            "css": [
                "scr-select.css"
            ],
            "all_frames": false,
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "vendor.bundle.js",
        "foreground.bundle.js",
        "scr-select.js"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}