AI Generator for Wix SEO
Generate SEO optimized titles and descriptions in seconds straight from the Wix and Editor X Editor.
AI Generator for Wix SEOとは何ですか?
AI Generator for Wix SEOはhttps://certifiedcode.usによって開発されたChromeの拡張機能で、その主な機能は「Generate SEO optimized titles and descriptions in seconds straight from the Wix and Editor X Editor.」です。
拡張機能のスクリーンショット
AI Generator for Wix SEO拡張機能のCRXファイルをダウンロード
AI Generator for Wix SEO拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Generate SEO optimized titles and descriptions in seconds straight from the Wix and Editor X Editor. 拡張機能の基本情報
| 名前 | |
| ID | ipniljmjkpmkfgcpklpalkiagpmkgbfj |
| 公式URL | https://chromewebstore.google.com/detail/ai-generator-for-wix-seo/ipniljmjkpmkfgcpklpalkiagpmkgbfj |
| 説明 | Generate SEO optimized titles and descriptions in seconds straight from the Wix and Editor X Editor. |
| ファイルサイズ | 10.88 KB |
| インストール数 | 3,248 |
| 現在のバージョン | 1.0.0 |
| 最終更新日 | 2023-01-10 |
| 公開日 | 2023-01-02 |
| 評価 | 3.00/5 合計 2 レビュー |
| 開発者 | https://certifiedcode.us |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en |
| 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 titles and descriptions 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 Generator for Wix SEO",
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "1.0.0"
} | |