AI Generator for Wix SEO
Generate SEO optimized titles and descriptions in seconds straight from the Wix and Editor X Editor.
Что такое AI Generator for Wix SEO?
AI Generator for Wix SEO - это расширение Chrome, разработанное https://certifiedcode.us, и его основная функция - "Generate SEO optimized titles and descriptions in seconds straight from the Wix and Editor X Editor.".
Снимки экрана расширения
Скачать файл CRX расширения AI Generator for Wix SEO
Скачайте файлы расширений AI Generator for Wix SEO в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Generate SEO optimized titles and descriptions in seconds straight from the Wix and Editor X Editor.
Основная информация о расширении
Название | AI Generator for Wix SEO |
ID | ipniljmjkpmkfgcpklpalkiagpmkgbfj |
Официальный URL | https://chromewebstore.google.com/detail/ai-generator-for-wix-seo/ipniljmjkpmkfgcpklpalkiagpmkgbfj |
Описание | Generate SEO optimized titles and descriptions in seconds straight from the Wix and Editor X Editor. |
Размер файла | 10.88 KB |
Количество установок | 3,248 |
Текущая Версия | 1.0.0 |
Последнее Обновление | 2023-01-10 |
Дата публикации | 2023-01-02 |
Рейтинг | 3.00/5 Всего 2 оценок |
Разработчик | https://certifiedcode.us |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en |
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 titles and descriptions 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 Generator for Wix SEO", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.0" } |