AI Alt Text for Wix
Generate SEO optimized alt text from images in seconds straight from the Wix and Editor X Editor.
Apa itu AI Alt Text for Wix?
AI Alt Text for Wix adalah ekstensi Chrome yang dikembangkan oleh https://certifiedcode.us, dan fitur utamanya adalah "Generate SEO optimized alt text from images in seconds straight from the Wix and Editor X Editor.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi AI Alt Text for Wix
Unduh file ekstensi AI Alt Text for Wix dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
It generate accurate alt text and integrated deeply with the Editor. Try it for free today.
Informasi Dasar Ekstensi
Nama | AI Alt Text for Wix |
ID | cpoemachdhbkgamdikhpmiecophfpemk |
URL Resmi | https://chromewebstore.google.com/detail/ai-alt-text-for-wix/cpoemachdhbkgamdikhpmiecophfpemk |
Deskripsi | Generate SEO optimized alt text from images in seconds straight from the Wix and Editor X Editor. |
Ukuran File | 10.9 KB |
Jumlah Instalasi | 3,329 |
Versi Saat Ini | 1.0.1 |
Terakhir Diperbarui | 2023-09-05 |
Tanggal Publikasi | 2023-01-08 |
Penilaian | 1.00/5 Total 5 Penilaian |
Pengembang | https://certifiedcode.us |
[email protected] | |
Tipe Pembayaran | in_app |
URL Halaman Bantuan | https://support.certifiedcode.us/ |
Bahasa yang Didukung | 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" } |