AI Alt Text for Wix
Generate SEO optimized alt text from images in seconds straight from the Wix and Editor X Editor.
Cos'è AI Alt Text for Wix?
AI Alt Text for Wix è un'estensione di Chrome sviluppata da https://certifiedcode.us, e la sua funzione principale è "Generate SEO optimized alt text from images in seconds straight from the Wix and Editor X Editor.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione AI Alt Text for Wix
Scarica i file di estensione AI Alt Text for Wix in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
It generate accurate alt text and integrated deeply with the Editor. Try it for free today.
Informazioni di Base sull'Estensione
Nome | AI Alt Text for Wix |
ID | cpoemachdhbkgamdikhpmiecophfpemk |
URL Ufficiale | https://chromewebstore.google.com/detail/ai-alt-text-for-wix/cpoemachdhbkgamdikhpmiecophfpemk |
Descrizione | Generate SEO optimized alt text from images in seconds straight from the Wix and Editor X Editor. |
Dimensione del File | 10.9 KB |
Conteggio Installazioni | 3,329 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2023-09-05 |
Data di Pubblicazione | 2023-01-08 |
Valutazione | 1.00/5 Totale 5 Valutazioni |
Sviluppatore | https://certifiedcode.us |
[email protected] | |
Tipo di Pagamento | in_app |
URL della Pagina di Aiuto | https://support.certifiedcode.us/ |
Lingue Supportate | 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" } |