Zalify

Zalify makes it easy for you to manage your Shopify admin

ما هو Zalify؟

Zalify هو إضافة Chrome تم تطويرها بواسطة Zalify، والميزة الرئيسية لها هي "Zalify makes it easy for you to manage your Shopify admin".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Zalify

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

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

                        Introducing a powerful Chrome extension that simplifies your Shopify admin tasks! Our extension allows you to easily manage your Shopify admin.

Take control of your Shopify admin tasks today and download our extension. With our easy-to-use interface and efficient functionality, you'll wonder how you ever managed without it!                    

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

الاسم Zalify Zalify
ID ppkkkkcinhjoeojhifhonnbkbbmlbpjp
عنوان URL الرسمي https://chromewebstore.google.com/detail/zalify/ppkkkkcinhjoeojhifhonnbkbbmlbpjp
الوصف Zalify makes it easy for you to manage your Shopify admin
حجم الملف 1.12 MB
عدد التثبيتات 1,000
النسخة الحالية 2.0.0
آخر تحديث 2023-06-15
تاريخ النشر 2022-07-27
المطور Zalify
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://zalify-chrome.vercel.app/privacy-policy.html
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Zalify",
    "version": "2.0.0",
    "description": "Zalify makes it easy for you to manage your Shopify admin",
    "author": "m-Ryan",
    "icons": {
        "48": "icon.png",
        "128": "icon.png"
    },
    "background": {
        "service_worker": "static\/js\/background.js"
    },
    "content_scripts": [
        {
            "js": [
                "static\/js\/web.js"
            ],
            "css": [],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "action": {
        "default_icon": {
            "16": "icon.png"
        },
        "default_title": "Cookie",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "static\/js\/dom.js",
                "zalify.js",
                "zalify-helper.css",
                "icon.png",
                "icon-gray.png"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "commands": [],
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        ""
    ]
}