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은(는) Dropsu에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Scrap shopify store products in 1 click, developed by extremeapp.io"입니다.
확장 프로그램 스크린샷
Commerce Scraper | Shopify Product Scrapper 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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
확장 프로그램 기본 정보
이름 | Commerce Scraper | Shopify Product Scrapper |
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" } |