AI Alt Text for Wix

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

ما هو AI Alt Text for Wix؟

AI Alt Text for Wix هو إضافة Chrome تم تطويرها بواسطة https://certifiedcode.us، والميزة الرئيسية لها هي "Generate SEO optimized alt text from images in seconds straight from the Wix and Editor X Editor.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة AI Alt Text for Wix

قم بتنزيل ملفات الامتداد AI Alt Text for Wix بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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

Try it for free today.                    

معلومات أساسية عن التمديد

الاسم AI Alt Text for Wix AI Alt Text for Wix
ID cpoemachdhbkgamdikhpmiecophfpemk
عنوان URL الرسمي https://chromewebstore.google.com/detail/ai-alt-text-for-wix/cpoemachdhbkgamdikhpmiecophfpemk
الوصف Generate SEO optimized alt text from images in seconds straight from the Wix and Editor X Editor.
حجم الملف 10.9 KB
عدد التثبيتات 3,329
النسخة الحالية 1.0.1
آخر تحديث 2023-09-05
تاريخ النشر 2023-01-08
تقييم 1.00/5 مجموع تقييمات 5
المطور https://certifiedcode.us
البريد الإلكتروني [email protected]
نوع الدفع in_app
عنوان صفحة المساعدة https://support.certifiedcode.us/
اللغات المدعومة 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"
}