The ShopiSpy

Google Chrome Web Store Extension that is able to scrape the used Theme and Products from a Shopify Shop

The ShopiSpy là gì?

The ShopiSpy là một tiện ích mở rộng Chrome được phát triển bởi http://theshopispy.com, và tính năng chính của nó là "Google Chrome Web Store Extension that is able to scrape the used Theme and Products from a Shopify Shop".

Ả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 The ShopiSpy

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

                        Free Google Chrome Web Store Extension that is able to Scrape the used Theme and Products from a Shopify Shop. 

A Shopify Product Scraper Extension allowing you to easily find products for Dropshipping by Listing All available Products from any Shopify Shop. 

How to use it: 
1) Add to Chrome 
2) Take the ShopiSpy to a Shopify Shop 
3) Open the Extension & Click "Target this Shop"
4) See listed products and export as CSV 
5) Save marked products to trenchcoat for later 
6) Add more and more products to trenchcoat and have your own personalized list with successful products

For more information on how to find winning dropshipping products visit theshopispy.com                    

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

Tên The ShopiSpy The ShopiSpy
ID bkiainamanhdmeklapjbadblpmccbegd
URL Chính Thức https://chrome.google.com/webstore/detail/the-shopispy/bkiainamanhdmeklapjbadblpmccbegd
Mô tả Google Chrome Web Store Extension that is able to scrape the used Theme and Products from a Shopify Shop
Kích Thước Tệp 3.05 MB
Số Lần Cài Đặt 444
Phiên Bản Hiện Tại 1.3
Cập Nhật Lần Cuối 2019-11-03
Ngày Phát Hành 2019-11-03
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển http://theshopispy.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://theshopispy.com
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "The ShopiSpy",
    "version": "1.3",
    "description": "Google Chrome Web Store Extension that is able to scrape the used Theme and Products from a Shopify Shop",
    "manifest_version": 2,
    "icons": {
        "128": "images\/icon_128.png"
    },
    "browser_action": {
        "default_title": "The ShopiSpy",
        "default_icon": "images\/icon_gray.png",
        "default_popup": "index.html"
    },
    "permissions": [
        "identity",
        "storage",
        "tabs",
        "activeTab",
        "identity.email"
    ],
    "background": {
        "scripts": [
            "js\/jquery-3.4.1.min.js",
            "config.js",
            "js\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ],
    "oauth2": {
        "client_id": "770038864730-keu5rn9mij7ccfs3nrs31rfgsdtgrqub.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile",
            "https:\/\/www.googleapis.com\/auth\/user.emails.read"
        ]
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}