Shopify Product Scraper

A chrome extension to download your twitter bookmarks

Shopify Product Scraper란 무엇입니까?

Shopify Product Scraper은(는) Rajat Kapoor에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A chrome extension to download your twitter bookmarks"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Shopify Product Scraper 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 Shopify Product Scraper Shopify Product Scraper
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"
    ]
}