AI Alt Text for Wix
Generate SEO optimized alt text from images in seconds straight from the Wix and Editor X Editor.
AI Alt Text for Wix क्या है?
AI Alt Text for Wix https://certifiedcode.us द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Generate SEO optimized alt text from images in seconds straight from the Wix and Editor X Editor."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में AI Alt Text for Wix एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
It generate accurate alt text and integrated deeply with the Editor. Try it for free today.
एक्सटेंशन की मूल जानकारी
नाम | AI Alt Text for Wix |
ID | cpoemachdhbkgamdikhpmiecophfpemk |
आधिकारिक URL | https://chromewebstore.google.com/detail/ai-alt-text-for-wix/cpoemachdhbkgamdikhpmiecophfpemk |
विवरण | Generate SEO optimized alt text from images in seconds straight from the Wix and Editor X Editor. |
फ़ाइल का आकार | 10.9 KB |
स्थापना संख्या | 3,329 |
वर्तमान संस्करण | 1.0.1 |
अंतिम अपडेट | 2023-09-05 |
प्रकाशन तिथि | 2023-01-08 |
रेटिंग | 1.00/5 कुल 5 रेटिंग्स |
डेवलपर | https://certifiedcode.us |
ईमेल | [email protected] |
भुगतान के प्रकार | in_app |
सहायता पृष्ठ URL | https://support.certifiedcode.us/ |
समर्थित भाषाएँ | 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" } |