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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://theshopispy.com และคุณลักษณะหลักของมันคือ "Google Chrome Web Store Extension that is able to scrape the used Theme and Products from a Shopify Shop"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย The ShopiSpy
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
อีเมล | [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'" } |