AI Alt Text for Wix

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

Was ist AI Alt Text for Wix?

AI Alt Text for Wix ist eine Chrome-Erweiterung, die von https://certifiedcode.us entwickelt wurde, und ihr Hauptmerkmal ist "Generate SEO optimized alt text from images in seconds straight from the Wix and Editor X Editor.".

Erweiterungsscreenshots

screenshot

AI Alt Text for Wix-Erweiterungs-CRX-Datei herunterladen

Laden Sie AI Alt Text for Wix-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Try it for free today.                    

Grundlegende Informationen zur Erweiterung

Name AI Alt Text for Wix AI Alt Text for Wix
ID cpoemachdhbkgamdikhpmiecophfpemk
Offizielle URL https://chromewebstore.google.com/detail/ai-alt-text-for-wix/cpoemachdhbkgamdikhpmiecophfpemk
Beschreibung Generate SEO optimized alt text from images in seconds straight from the Wix and Editor X Editor.
Dateigröße 10.9 KB
Installationsanzahl 3,329
Aktuelle Version 1.0.1
Letztes Update 2023-09-05
Veröffentlichungsdatum 2023-01-08
Bewertung 1.00/5 Insgesamt 5 Bewertungen
Entwickler https://certifiedcode.us
E-Mail [email protected]
Zahlungsart in_app
Hilfeseite URL https://support.certifiedcode.us/
Unterstützte Sprachen 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"
}