AI Alt Text for Wix

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

Co to jest AI Alt Text for Wix?

AI Alt Text for Wix to rozszerzenie Chrome opracowane przez https://certifiedcode.us, a jego główną funkcją jest „Generate SEO optimized alt text from images in seconds straight from the Wix and Editor X Editor.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia AI Alt Text for Wix

Pobierz pliki rozszerzeń AI Alt Text for Wix w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Try it for free today.                    

Podstawowe informacje o rozszerzeniu

Nazwa AI Alt Text for Wix AI Alt Text for Wix
ID cpoemachdhbkgamdikhpmiecophfpemk
Oficjalny URL https://chromewebstore.google.com/detail/ai-alt-text-for-wix/cpoemachdhbkgamdikhpmiecophfpemk
Opis Generate SEO optimized alt text from images in seconds straight from the Wix and Editor X Editor.
Rozmiar pliku 10.9 KB
Liczba instalacji 3,329
Aktualna Wersja 1.0.1
Ostatnia Aktualizacja 2023-09-05
Data Publikacji 2023-01-08
Ocena 1.00/5 Łącznie 5 Oceny
Deweloper https://certifiedcode.us
E-mail [email protected]
Typ Płatności in_app
Adres URL Strony Pomocy https://support.certifiedcode.us/
Obsługiwane Języki 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"
}