AI Alt Text for Wix
Generate SEO optimized alt text from images in seconds straight from the Wix and Editor X Editor.
Qu'est-ce que AI Alt Text for Wix ?
AI Alt Text for Wix est une extension Chrome développée par https://certifiedcode.us, et sa fonction principale est "Generate SEO optimized alt text from images in seconds straight from the Wix and Editor X Editor.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension AI Alt Text for Wix
Téléchargez les fichiers d'extension AI Alt Text for Wix au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
It generate accurate alt text and integrated deeply with the Editor. Try it for free today.
Informations de Base sur l'Extension
Nom | AI Alt Text for Wix |
ID | cpoemachdhbkgamdikhpmiecophfpemk |
URL Officiel | https://chromewebstore.google.com/detail/ai-alt-text-for-wix/cpoemachdhbkgamdikhpmiecophfpemk |
Description | Generate SEO optimized alt text from images in seconds straight from the Wix and Editor X Editor. |
Taille du Fichier | 10.9 KB |
Nombre d'Installations | 3,329 |
Version Actuelle | 1.0.1 |
Dernière Mise à Jour | 2023-09-05 |
Date de Publication | 2023-01-08 |
Évaluation | 1.00/5 Total 5 Évaluations |
Développeur | https://certifiedcode.us |
[email protected] | |
Type de Paiement | in_app |
URL de la Page d'Aide | https://support.certifiedcode.us/ |
Langues Prises en Charge | 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" } |