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.”。
扩展截图
下载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 |
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" } |