Shopify Product Scraper

A chrome extension to download your twitter bookmarks

Shopify Product Scraper क्या है?

Shopify Product Scraper Rajat Kapoor द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A chrome extension to download your twitter bookmarks"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Shopify Product Scraper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    ]
}