Store Scraper

Scrapes and displays public information from Ebay

Store Scraper là gì?

Store Scraper là một tiện ích mở rộng Chrome được phát triển bởi csimplemented, và tính năng chính của nó là "Scrapes and displays public information from Ebay".

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

screenshot
screenshot
screenshot
screenshot

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

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

                        This service scrapes products' names, prices, conditions, buying formats, shipping prices, return prices, and how many are being sold or watched from ebay.

The program can be used by ebay consumers help them decide what listing out of many is the best option to buy. It can also be used by sellers to find good prices to sell their items at, and what items are selling good.

After installation, to begin you need to search an item on ebay and then click the extension. It will say processing membership, and then display a different page based on the results. If no membership is found it will ask you to enter the license key generated when you purchased the subscription on
https://csimplemented.gumroad.com/l/store-scraper or https://csimplemented.gumroad.com/l/scraper-bundle. In addition, the account(email) that you are signed in on while accessing the extension on must be the same as the one you bought the license on. Upon valid verification all you need to do is click off of the extension and click back on. In the case that you already saved a valid license key into the program it will display a page where you can scrape the information off of ebay. There are many options for scraping, sorting, displaying, and downloading the data.

To activate the program a valid license key is needed along with being signed into the same account upon purchasing the subscription that you are while accessing the extension.

If for whatever reason you need to clear the license key saved in the storage(it will not deactivate only clear it from storage) you need to navigate to the chrome extensions options page.

---------------------------------------------

When Ebay updates their website, we will try to get an update out soon, but we must wait for the update to be reviewed by the google chrome team.

By using this service you admit to reading and automatically agree to the terms of use, disclaimer, and privacy policy.

Disclaimer:
This service can scrape information very quickly.
We are not responsible for bot detection and consequences that  ebay imposes such as but not limited to IP banning and account termination.
You as the user must err on the side of caution and take preventative steps including but not limited to slowing the scraping speed(which one can do after having clicked the extension), using services such as VPN's to make sure ebay can not ban your IP, and not being signed into an account or atleast not being signed into your main account.                    

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

Tên Store Scraper Store Scraper
ID lbjnhgoodngjokonefjbecjhedbcmjkp
URL Chính Thức https://chromewebstore.google.com/detail/store-scraper/lbjnhgoodngjokonefjbecjhedbcmjkp
Mô tả Scrapes and displays public information from Ebay
Kích Thước Tệp 207 KB
Số Lần Cài Đặt 16
Phiên Bản Hiện Tại 2.2.1
Cập Nhật Lần Cuối 2021-11-26
Ngày Phát Hành 2021-10-20
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển csimplemented
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://csimplemented.com/store-scraper/
URL Trang Chính Sách Bảo Mật https://csimplemented.com/privacy-policies
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Store Scraper",
    "description": "Scrapes and displays public information from Ebay",
    "version": "2.2.1",
    "page_action": {
        "default_popup": "index.html",
        "default_icon": "Store Scraper.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "permissions": [
        "storage",
        "identity",
        "identity.email",
        "downloads",
        "tabs",
        "https:\/\/www.ebay.com\/*",
        "http:\/\/www.ebay.com\/*"
    ],
    "icons": {
        "128": "Store Scraper.png"
    }
}