AI Alt Text for Wix
Generate SEO optimized alt text from images in seconds straight from the Wix and Editor X Editor.
Vad är AI Alt Text for Wix?
AI Alt Text for Wix är en Chrome-tillägg utvecklad av https://certifiedcode.us, och dess huvudfunktion är "Generate SEO optimized alt text from images in seconds straight from the Wix and Editor X Editor.".
Tilläggsskärmbilder
Ladda ner AI Alt Text for Wix-förlängningens CRX-fil
Ladda ner AI Alt Text for Wix-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
It generate accurate alt text and integrated deeply with the Editor.
Try it for free today. Grundläggande Information om Tillägg
| Namn | |
| ID | cpoemachdhbkgamdikhpmiecophfpemk |
| Officiell webbadress | https://chromewebstore.google.com/detail/ai-alt-text-for-wix/cpoemachdhbkgamdikhpmiecophfpemk |
| Beskrivning | Generate SEO optimized alt text from images in seconds straight from the Wix and Editor X Editor. |
| Filstorlek | 10.9 KB |
| Antal Installationer | 3,329 |
| Aktuell Version | 1.0.1 |
| Senast Uppdaterad | 2023-09-05 |
| Publiceringsdatum | 2023-01-08 |
| Betyg | 1.00/5 Totalt 5 Betyg |
| Utvecklare | https://certifiedcode.us |
| E-post | [email protected] |
| Betalningssätt | in_app |
| Hjälpsida URL | https://support.certifiedcode.us/ |
| Stödda Språk | 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"
} | |