The ShopiSpy
Google Chrome Web Store Extension that is able to scrape the used Theme and Products from a Shopify Shop
The ShopiSpyとは何ですか?
The ShopiSpyはhttp://theshopispy.comによって開発されたChromeの拡張機能で、その主な機能は「Google Chrome Web Store Extension that is able to scrape the used Theme and Products from a Shopify Shop」です。
拡張機能のスクリーンショット
The ShopiSpy拡張機能のCRXファイルをダウンロード
The ShopiSpy拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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
拡張機能の基本情報
名前 | |
ID | bkiainamanhdmeklapjbadblpmccbegd |
公式URL | https://chrome.google.com/webstore/detail/the-shopispy/bkiainamanhdmeklapjbadblpmccbegd |
説明 | Google Chrome Web Store Extension that is able to scrape the used Theme and Products from a Shopify Shop |
ファイルサイズ | 3.05 MB |
インストール数 | 444 |
現在のバージョン | 1.3 |
最終更新日 | 2019-11-03 |
公開日 | 2019-11-03 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | http://theshopispy.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://theshopispy.com |
対応言語 | 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'" } |