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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Scrap shopify store products in 1 click, developed by extremeapp.io"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Commerce Scraper | Shopify Product Scrapper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" } |