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によって開発されたChromeの拡張機能で、その主な機能は「Generate SEO optimized alt text from images in seconds straight from the Wix and Editor X Editor.」です。
拡張機能のスクリーンショット
AI Alt Text for Wix拡張機能のCRXファイルをダウンロード
AI Alt Text for Wix拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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" } |