Shopify Product Scraper
A chrome extension to download your twitter bookmarks
Shopify Product Scraperคืออะไร?
Shopify Product Scraper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Rajat Kapoor และคุณลักษณะหลักของมันคือ "A chrome extension to download your twitter bookmarks"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Shopify Product Scraper
ดาวน์โหลดไฟล์ส่วนขยาย Shopify Product Scraper ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Scrape and download all products of a Shopify store as a csv file in a single click Want a new feature? Facing an issue? Contact at the developer email address for priority support Works with almost all Shopify websites Change log: 2.0.0.7 deprecated extension 1.9.10.26: - full rewrite using react - Using chrome's download API for faster csv downloads - Fixed issues with missing tags on some website - Making way for an improved way of scraping 0.8.04.06 - General bug fixes - Added help link 0.8.04.06 - CSVs now have all the data - CSVs are compatible for uploading directly to your Shopify Store 0.7.10.26: - Fixed bug where failure of request was causing the website to be recognized as a non shopify site 0.7.10.6: - Now scrapes the whole website and downloads the data via streams for a better UX - A count of the of products scraped is shown in the popup in a progressive fashion 0.7.5.0: - Spaces and commas inside item names don't cause issues anymore
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | meodckceegnhmiecelphniichdbbimad |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/shopify-product-scraper/meodckceegnhmiecelphniichdbbimad |
คำอธิบาย | A chrome extension to download your twitter bookmarks |
ขนาดไฟล์ | 187 KB |
จำนวนการติดตั้ง | 678 |
เวอร์ชันปัจจุบัน | 2.0.0.7 |
อัปเดตครั้งล่าสุด | 2021-06-19 |
วันที่เผยแพร่ | 2019-10-24 |
คะแนน | 2.50/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | Rajat Kapoor |
อีเมล | [email protected] |
ประเภทการชำระเงิน | in_app |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "A chrome extension to download your twitter bookmarks", "version": "2.0.0.7", "manifest_version": 3, "name": "Shopify Product Scraper", "options_page": "options.html", "background": { "service_worker": "background.bundle.js" }, "action": { "default_popup": "popup.html", "default_icon": "icon-34.png" }, "icons": { "128": "icon-128.png" }, "content_scripts": [], "web_accessible_resources": [], "permissions": [ "tabs" ] } |