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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
이메일 | [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'" } |