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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
URL หน้าช่วยเหลือ 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"
}