Shopy - Shopify Spy

Shopy is a duplicate shopify store tool to extract product from shopify store to export to Excel/CSV.

ما هو Shopy - Shopify Spy؟

Shopy - Shopify Spy هو إضافة Chrome تم تطويرها بواسطة https://extensionsbox.com، والميزة الرئيسية لها هي "Shopy is a duplicate shopify store tool to extract product from shopify store to export to Excel/CSV.".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Shopy - Shopify Spy

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

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

                        Shopy is a dropshiping tool for Shopify. It allows you to export Shopify products data into CSV file just in one click.

When doing competitive analysis, you need to copy all the product data of a Shopify store, through this plugin, you can easily extract this data.


# Features
One click to export all products data to CSV file
Select the specified collection to export
Select the specified products to export
Search the specified products to export

# How to copy a Shopify store quickly?
If you you want to duplicate or clone a Shopify store, Shopy can help you, just one-click to export CSV. then just import the data to the store, it is so easy.

# Is it free?
Yes, Shopy is free to use. You can get basic functionality and upgrade to get more features.

# Questions? 
Contact us anytime: [email protected]

# Important Note: 
Shopy 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. 

# Data Privacy
All products data is processed in your local computer, it is never passing through our web server, no one knows what you export/analysis.                    

معلومات أساسية عن التمديد

الاسم Shopy - Shopify Spy Shopy - Shopify Spy
ID dehlcjmoincicbhdnkbnmkeaiapljnld
عنوان URL الرسمي https://chromewebstore.google.com/detail/shopy-shopify-spy/dehlcjmoincicbhdnkbnmkeaiapljnld
الوصف Shopy is a duplicate shopify store tool to extract product from shopify store to export to Excel/CSV.
حجم الملف 2.99 MB
عدد التثبيتات 2,056
النسخة الحالية 1.0.0
آخر تحديث 2022-05-15
تاريخ النشر 2021-12-16
تقييم 5.00/5 مجموع تقييمات 4
المطور https://extensionsbox.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://shopy.extensionsbox.com
عنوان صفحة المساعدة https://shopy.extensionsbox.com
عنوان صفحة سياسة الخصوصية https://extensionsbox.com/privacy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Shopy is a duplicate shopify store tool to extract product from shopify store to export to Excel\/CSV.",
    "version": "1.0.0",
    "manifest_version": 3,
    "name": "Shopy - Shopify Spy",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "options_page": "options.html",
    "permissions": [
        "activeTab",
        "storage",
        "identity"
    ],
    "host_permissions": [
        "https:\/\/extensionsbox.com\/*"
    ],
    "background": {
        "service_worker": "service-worker.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "19": "icons\/19.png",
            "38": "icons\/38.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "libs\/jquery-3.2.1.min.js",
                "contentScript.js"
            ],
            "css": [
                "libs\/style.css"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAhYpSJk8DwlmzK6vnKtC+MXIBL1u+gQOTt843mOOqGk9RUs0oAsR7mbDMkUXbgNU6OMu0w9XB6k9lYDhjsKKuNqyF0gwE1BTT2vdfKJXWEmnM2aRClmMPeTxFUabq4Mg5eQalkE+xmc8qriDySsXHjfXLooPNoVwf1vxlElqVoY935TIRMOflCMV5nmdQF3NBMwbjeONKNlfygf4kz5RbcP3J1rE15bB+YeB0X5BYbKw5Wjeh3rzLslgx\/WtpFNS3k3v\/Hr4HKRhbns+owvnlzJThxvkhBuTLpv\/EOrkiRpooYXaI1DBzTJ+jj6fNG7GgDEPxcjV\/A\/puwCECNGQ1QQIDAQAB",
    "oauth2": {
        "client_id": "270389229996-fq6io3oqjlvg52gr3g5jg03nmdvbif6j.apps.googleusercontent.com",
        "web_client_id": "738301887624-748srkpj6e0em7rlhnjra8uv9u4k4mrf.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*",
                "libs\/*"
            ],
            "matches": []
        }
    ]
}