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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
도움말 페이지 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"
}