AI Alt Text for Wix

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

What is AI Alt Text for Wix?

AI Alt Text for Wix is a Chrome extension developed by https://certifiedcode.us, and its main feature is "Generate SEO optimized alt text from images in seconds straight from the Wix and Editor X Editor.".

Extension Screenshots

screenshot

Download AI Alt Text for Wix Extension CRX File

Download AI Alt Text for Wix extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Try it for free today.                    

Extension Basic Information

Name AI Alt Text for Wix AI Alt Text for Wix
ID cpoemachdhbkgamdikhpmiecophfpemk
Official URL https://chromewebstore.google.com/detail/ai-alt-text-for-wix/cpoemachdhbkgamdikhpmiecophfpemk
Description Generate SEO optimized alt text from images in seconds straight from the Wix and Editor X Editor.
File Size 10.9 KB
Installation Count 3,329
Current Version 1.0.1
Last Updated 2023-09-05
Publish Date 2023-01-08
Rating 1.00/5 Total 5 Ratings
Developer https://certifiedcode.us
Email [email protected]
Payment Type in_app
Help Page URL https://support.certifiedcode.us/
Supported Languages 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"
}