Wix Website Components.

Premium Wix Components, easy as copy & paste.

Apa itu Wix Website Components.?

Wix Website Components. adalah ekstensi Chrome yang dikembangkan oleh shahrakesh45, dan fitur utamanya adalah "Premium Wix Components, easy as copy & paste.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Wix Website Components.

Unduh file ekstensi Wix Website Components. dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Wix Website Components. Wix Website Components.
ID jaaibhfengchaepanjfdnmpcbgjbjbmk
URL Resmi https://chromewebstore.google.com/detail/wix-website-components/jaaibhfengchaepanjfdnmpcbgjbjbmk
Deskripsi Premium Wix Components, easy as copy & paste.
Ukuran File 144 KB
Jumlah Instalasi 83
Versi Saat Ini 1.0.4
Terakhir Diperbarui 2023-01-30
Tanggal Publikasi 2022-11-01
Pengembang shahrakesh45
Email [email protected]
Tipe Pembayaran free
URL Halaman Bantuan https://multiwebx.com/contact/
URL Halaman Kebijakan Privasi https://essenhealthcare.com/privacy-policy
Bahasa yang Didukung 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": [
                ""
            ]
        }
    ]
}