Commerce Scraper | Shopify Product Scrapper
Scrap shopify store products in 1 click, developed by extremeapp.io
Commerce Scraper | Shopify Product Scrapperคืออะไร?
Commerce Scraper | Shopify Product Scrapper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Dropsu และคุณลักษณะหลักของมันคือ "Scrap shopify store products in 1 click, developed by extremeapp.io"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Commerce Scraper | Shopify Product Scrapper
ดาวน์โหลดไฟล์ส่วนขยาย Commerce Scraper | Shopify Product Scrapper ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Commerce Scraper is a powerful products spy for Shopify. It allows you to export Shopify products data into csv file just in one click.
## Intro
Commerce Scraper is a powerful extension for Shopify. It allows you to export Shopify products data into CSV file just in one click.
## Features
One click to export all products data to CSV file
Export include product links
Select the specified products to export
Search the specified products to export
# Is it free?
Yes, Commerce Scraper is free to use. You can get basic functionality and upgrade to get more features.
# Data Privacy
All products data is processed in your local computer, it is never passing through our web server, no one knows what you scrapped.
Questions? Drop us a line at [email protected]
# IMPORTANT NOTE:
Commerce Scraper does NOT belong or related to the official Shopify application/website in any ways. It is an unofficial app that is developed and maintained independently.
Not owned by Shopify.
Privacy Policy
https://extremeapp.io/privacy_policy ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | gfecoipnbfblofanbieedididjjecoep |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/commerce-scraper-shopify/gfecoipnbfblofanbieedididjjecoep |
| คำอธิบาย | Scrap shopify store products in 1 click, developed by extremeapp.io |
| ขนาดไฟล์ | 153 KB |
| จำนวนการติดตั้ง | 339 |
| เวอร์ชันปัจจุบัน | 0.0.0.5 |
| อัปเดตครั้งล่าสุด | 2021-10-02 |
| วันที่เผยแพร่ | 2021-07-16 |
| คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
| ผู้พัฒนา | Dropsu |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | in_app |
| URL หน้านโยบายความเป็นส่วนตัว | https://dropsu.com/privacy_policy |
| ภาษาที่รองรับ | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Commerce Scraper | Shopify Product Scrapper",
"description": "Scrap shopify store products in 1 click, developed by extremeapp.io",
"version": "0.0.0.5",
"manifest_version": 3,
"background": {
"service_worker": "background.js"
},
"permissions": [
"background",
"cookies",
"tabs"
],
"host_permissions": [
"https:\/\/shopifyscrapper.extremeapp.io\/",
"http:\/\/*\/",
"https:\/\/*\/"
],
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "\/images\/get_started16.png",
"32": "\/images\/get_started32.png",
"48": "\/images\/get_started48.png",
"128": "\/images\/get_started128.png"
}
},
"icons": {
"16": "\/images\/get_started16.png",
"32": "\/images\/get_started32.png",
"48": "\/images\/get_started48.png",
"128": "\/images\/get_started128.png"
},
"options_page": "options.html"
} | |