Wix Website Components.

Premium Wix Components, easy as copy & paste.

ما هو Wix Website Components.؟

Wix Website Components. هو إضافة Chrome تم تطويرها بواسطة shahrakesh45، والميزة الرئيسية لها هي "Premium Wix Components, easy as copy & paste.".

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

screenshot

تحميل ملف CRX للإضافة Wix Website Components.

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

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

                        Premium Wix Components, easy as copy & paste.
This extension allows you to copy components from Wixthemestore to Wix Website Editor.                    

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

الاسم Wix Website Components. Wix Website Components.
ID jaaibhfengchaepanjfdnmpcbgjbjbmk
عنوان URL الرسمي https://chromewebstore.google.com/detail/wix-website-components/jaaibhfengchaepanjfdnmpcbgjbjbmk
الوصف Premium Wix Components, easy as copy & paste.
حجم الملف 144 KB
عدد التثبيتات 83
النسخة الحالية 1.0.4
آخر تحديث 2023-01-30
تاريخ النشر 2022-11-01
المطور shahrakesh45
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة المساعدة https://multiwebx.com/contact/
عنوان صفحة سياسة الخصوصية https://essenhealthcare.com/privacy-policy
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Wix Website Components.",
    "description": "Premium Wix Components, easy as copy & paste.",
    "version": "1.0.4",
    "manifest_version": 3,
    "icons": {
        "128": "images\/default_icon_128.png"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*\/*",
            "https:\/\/www.wixthemestore.com\/*"
        ]
    },
    "permissions": [
        "storage"
    ],
    "action": {
        "default_icon": {
            "128": "images\/default_icon_128.png"
        }
    },
    "host_permissions": [
        "https:\/\/editor.wix.com\/*",
        "https:\/\/create.editorx.com\/*",
        "https:\/\/*\/*",
        "https:\/\/www.wixthemestore.com\/*"
    ],
    "background": {
        "service_worker": "js\/app.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/editor.wix.com\/*",
                "https:\/\/create.editorx.com\/*",
                "https:\/\/*\/*",
                "https:\/\/www.wixthemestore.com\/*"
            ],
            "js": [
                "\/js\/wix.js",
                "\/js\/content_scripts\/editor.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}