AI Generator for Wix SEO
Generate SEO optimized titles and descriptions in seconds straight from the Wix and Editor X Editor.
Apa itu AI Generator for Wix SEO?
AI Generator for Wix SEO adalah ekstensi Chrome yang dikembangkan oleh https://certifiedcode.us, dan fitur utamanya adalah "Generate SEO optimized titles and descriptions in seconds straight from the Wix and Editor X Editor.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi AI Generator for Wix SEO
Unduh file ekstensi AI Generator for Wix SEO 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
Generate SEO optimized titles and descriptions in seconds straight from the Wix and Editor X Editor.
Informasi Dasar Ekstensi
Nama | AI Generator for Wix SEO |
ID | ipniljmjkpmkfgcpklpalkiagpmkgbfj |
URL Resmi | https://chromewebstore.google.com/detail/ai-generator-for-wix-seo/ipniljmjkpmkfgcpklpalkiagpmkgbfj |
Deskripsi | Generate SEO optimized titles and descriptions in seconds straight from the Wix and Editor X Editor. |
Ukuran File | 10.88 KB |
Jumlah Instalasi | 3,248 |
Versi Saat Ini | 1.0.0 |
Terakhir Diperbarui | 2023-01-10 |
Tanggal Publikasi | 2023-01-02 |
Penilaian | 3.00/5 Total 2 Penilaian |
Pengembang | https://certifiedcode.us |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } |