Wix Website Components.

Premium Wix Components, easy as copy & paste.

Cos'è Wix Website Components.?

Wix Website Components. è un'estensione di Chrome sviluppata da shahrakesh45, e la sua funzione principale è "Premium Wix Components, easy as copy & paste.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Wix Website Components.

Scarica i file di estensione Wix Website Components. in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Wix Website Components. Wix Website Components.
ID jaaibhfengchaepanjfdnmpcbgjbjbmk
URL Ufficiale https://chromewebstore.google.com/detail/wix-website-components/jaaibhfengchaepanjfdnmpcbgjbjbmk
Descrizione Premium Wix Components, easy as copy & paste.
Dimensione del File 144 KB
Conteggio Installazioni 83
Versione Corrente 1.0.4
Ultimo Aggiornamento 2023-01-30
Data di Pubblicazione 2022-11-01
Sviluppatore shahrakesh45
Email [email protected]
Tipo di Pagamento free
URL della Pagina di Aiuto https://multiwebx.com/contact/
URL della Pagina della Politica sulla Privacy https://essenhealthcare.com/privacy-policy
Lingue Supportate 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": [
                ""
            ]
        }
    ]
}