AI Alt Text for Wix

Generate SEO optimized alt text from images in seconds straight from the Wix and Editor X Editor.

Wat is AI Alt Text for Wix?

AI Alt Text for Wix is een Chrome-extensie ontwikkeld door https://certifiedcode.us, en de belangrijkste functie is "Generate SEO optimized alt text from images in seconds straight from the Wix and Editor X Editor.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie AI Alt Text for Wix

Download AI Alt Text for Wix-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        It generate accurate alt text and integrated deeply with the Editor.

Try it for free today.                    

Basisinformatie over de Extensie

Naam AI Alt Text for Wix AI Alt Text for Wix
ID cpoemachdhbkgamdikhpmiecophfpemk
Officiële URL https://chromewebstore.google.com/detail/ai-alt-text-for-wix/cpoemachdhbkgamdikhpmiecophfpemk
Beschrijving Generate SEO optimized alt text from images in seconds straight from the Wix and Editor X Editor.
Bestandsgrootte 10.9 KB
Aantal Installaties 3,329
Huidige Versie 1.0.1
Laatst Bijgewerkt 2023-09-05
Publicatiedatum 2023-01-08
Beoordeling 1.00/5 Totaal 5 Beoordelingen
Ontwikkelaar https://certifiedcode.us
E-mail [email protected]
Betalingswijze in_app
Help Pagina-URL https://support.certifiedcode.us/
Ondersteunde Talen en-US
manifest.json
{
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/editor.wix.com\/*",
                "https:\/\/create.editorx.com\/*"
            ]
        }
    ],
    "description": "Generate SEO optimized alt text from images in seconds straight from the Wix and Editor X Editor.",
    "icons": {
        "128": "images\/icon-128.png",
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png"
    },
    "manifest_version": 3,
    "name": "AI Alt Text for Wix",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.1"
}