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 là gì?

AI Alt Text for Wix là một tiện ích mở rộng Chrome được phát triển bởi https://certifiedcode.us, và tính năng chính của nó là "Generate SEO optimized alt text from images in seconds straight from the Wix and Editor X Editor.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng AI Alt Text for Wix

Tải xuống các tệp mở rộng AI Alt Text for Wix dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Try it for free today.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên AI Alt Text for Wix AI Alt Text for Wix
ID cpoemachdhbkgamdikhpmiecophfpemk
URL Chính Thức https://chromewebstore.google.com/detail/ai-alt-text-for-wix/cpoemachdhbkgamdikhpmiecophfpemk
Mô tả Generate SEO optimized alt text from images in seconds straight from the Wix and Editor X Editor.
Kích Thước Tệp 10.9 KB
Số Lần Cài Đặt 3,329
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2023-09-05
Ngày Phát Hành 2023-01-08
Đánh Giá 1.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển https://certifiedcode.us
Email [email protected]
Loại Thanh Toán in_app
URL Trang Trợ Giúp https://support.certifiedcode.us/
Ngôn Ngữ Được Hỗ Trợ 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"
}