Shopify Scraper
Shopify Scraper
什麼是Shopify Scraper?
Shopify Scraper是由https://shopify-scraper.com開發的Chrome擴展程式,該擴展的主要功能是“Shopify Scraper”。
擴展截圖
下載Shopify Scraper擴展crx文件
下載Shopify Scraper擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Shopify Scraper is a powerful product exporting extension. It allows you to export product data from any Shopify store to a file in csv format. ## Intro Shopify Scraper is a powerful extension for Shopify. It allows you to export Shopify product data to csv file with one click. ## Traits One click to export all product data to a csv file One click to bookmark the Shopify store Export product links Select the specified collection to export Select the specified products to export Find the specified products to export See the details (description, variant, price) of a product before exporting. # It's free? Yes, Shopify Scraper is free. You can get basic functionality and upgrade to get more functionality. # Data confidentiality All product data is processed in your local computer, it never goes through our web server, no one knows what you have discarded. Questions? Write to us at the email address: [email protected] or directly on our site from this link https://shopify-scraper.com/contact # IMPORTANT NOTE: Shopify Scraper is in no way in partnership with the official Shopify site. It is an unofficial application which is independently developed and maintained. privacy policy https://shopify-scraper.com/security-policy
擴展基本資訊
名稱 | Shopify Scraper |
ID | idjimkpnmipnenkoifdomonlcejhhjnn |
官方網址 | https://chromewebstore.google.com/detail/shopify-scraper/idjimkpnmipnenkoifdomonlcejhhjnn |
簡介 | Shopify Scraper |
檔案大小 | 220 KB |
安裝次數 | 8,205 |
目前版本 | 1.0.4 |
更新時間 | 2023-03-14 |
上架時間 | 2021-02-02 |
評分 | 4.05/5 共 21 次評分 |
開發者 | https://shopify-scraper.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://shopify-scraper.com/ |
說明頁面URL | https://shopify-scraper.com/contact |
隱私政策頁面URL | https://shopify-scraper.com/security-policy |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Shopify Scraper", "version": "1.0.4", "description": "Shopify Scraper", "manifest_version": 3, "permissions": [ "tabs" ], "action": { "default_popup": "popup.html" }, "icons": { "16": "img\/logo.png", "32": "img\/logo.png", "48": "img\/logo.png", "128": "img\/logo.png" }, "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "js": [ "js\/content.js" ] } ] } |