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.".
Снимки экрана расширения
Скачать файл 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. Основная информация о расширении
| Название | |
| 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"
} | |