AI Alt Text for Wix
Generate SEO optimized alt text from images in seconds straight from the Wix and Editor X Editor.
Hvad er AI Alt Text for Wix?
AI Alt Text for Wix er en Chrome-udvidelse udviklet af https://certifiedcode.us, og dens hovedfunktion er "Generate SEO optimized alt text from images in seconds straight from the Wix and Editor X Editor.".
Udvidelsesskærmbilleder
Download AI Alt Text for Wix-udvidelses-CRX-fil
Download AI Alt Text for Wix-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
It generate accurate alt text and integrated deeply with the Editor. Try it for free today.
Grundlæggende oplysninger om udvidelsen
Navn | AI Alt Text for Wix |
ID | cpoemachdhbkgamdikhpmiecophfpemk |
Officiel URL | https://chromewebstore.google.com/detail/ai-alt-text-for-wix/cpoemachdhbkgamdikhpmiecophfpemk |
Beskrivelse | Generate SEO optimized alt text from images in seconds straight from the Wix and Editor X Editor. |
Filstørrelse | 10.9 KB |
Antal Installationer | 3,329 |
Nuværende Version | 1.0.1 |
Senest Opdateret | 2023-09-05 |
Udgivelsesdato | 2023-01-08 |
Bedømmelse | 1.00/5 Samlet 5 Bedømmelser |
Udvikler | https://certifiedcode.us |
[email protected] | |
Betalingsmetode | in_app |
Hjælpeside-URL | https://support.certifiedcode.us/ |
Understøttede Sprog | 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" } |