Data Scrapper

This extension will Scrape Asins from Amazon Search Results & StoreFront.

Data Scrapper là gì?

Data Scrapper là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "This extension will Scrape Asins from Amazon Search Results & StoreFront.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Data Scrapper

Tải xuống các tệp mở rộng Data Scrapper 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

                        Extension for Google Chrome ™ that allows the extraction of information from Web Pages.
Data Scrapper is an extension developed by NerdzPlanet Team for Google Chrome ™ that allows the extraction of information.                    

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

Tên Data Scrapper Data Scrapper
ID jlipjjlbnogejmanaplfhbacgbgcdopg
URL Chính Thức https://chromewebstore.google.com/detail/data-scrapper/jlipjjlbnogejmanaplfhbacgbgcdopg
Mô tả This extension will Scrape Asins from Amazon Search Results & StoreFront.
Kích Thước Tệp 248 KB
Số Lần Cài Đặt 364
Phiên Bản Hiện Tại 1.5.1
Cập Nhật Lần Cuối 2020-05-06
Ngày Phát Hành 2020-05-06
Đánh Giá 1.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Unknown
Loại Thanh Toán free
Trang Web Mở Rộng http://mydatascraper.com/
URL Trang Trợ Giúp http://mydatascraper.com/
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Data Scrapper",
    "version": "1.5.1",
    "description": "This extension will Scrape Asins from Amazon Search Results & StoreFront.",
    "manifest_version": 2,
    "icons": {
        "128": "icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.amazon.com\/*"
            ],
            "js": [
                "script.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "activeTab",
        "https:\/\/www.amazon.com\/*",
        "http:\/\/mydatascraper.com\/functions\/"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "index.html"
    }
}