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是由https://certifiedcode.us開發的Chrome擴展程式,該擴展的主要功能是“Generate SEO optimized alt text from images in seconds straight from the Wix and Editor X Editor.”。

擴展截圖

screenshot

下載AI Alt Text for Wix擴展crx文件

下載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
官方網址 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"
}