Shopify Scraper

Shopify Scraper

ما هو Shopify Scraper؟

Shopify Scraper هو إضافة Chrome تم تطويرها بواسطة https://shopify-scraper.com، والميزة الرئيسية لها هي "Shopify Scraper".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Shopify Scraper

قم بتنزيل ملفات الامتداد Shopify Scraper بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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 Shopify Scraper
ID idjimkpnmipnenkoifdomonlcejhhjnn
عنوان URL الرسمي 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/
عنوان صفحة المساعدة https://shopify-scraper.com/contact
عنوان صفحة سياسة الخصوصية 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"
            ]
        }
    ]
}