AI Generator for Wix SEO
Generate SEO optimized titles and descriptions in seconds straight from the Wix and Editor X Editor.
Hvad er AI Generator for Wix SEO?
AI Generator for Wix SEO er en Chrome-udvidelse udviklet af https://certifiedcode.us, og dens hovedfunktion er "Generate SEO optimized titles and descriptions in seconds straight from the Wix and Editor X Editor.".
Udvidelsesskærmbilleder
Download AI Generator for Wix SEO-udvidelses-CRX-fil
Download AI Generator for Wix SEO-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Generate SEO optimized titles and descriptions in seconds straight from the Wix and Editor X Editor. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | ipniljmjkpmkfgcpklpalkiagpmkgbfj |
| Officiel URL | https://chromewebstore.google.com/detail/ai-generator-for-wix-seo/ipniljmjkpmkfgcpklpalkiagpmkgbfj |
| Beskrivelse | Generate SEO optimized titles and descriptions in seconds straight from the Wix and Editor X Editor. |
| Filstørrelse | 10.88 KB |
| Antal Installationer | 3,248 |
| Nuværende Version | 1.0.0 |
| Senest Opdateret | 2023-01-10 |
| Udgivelsesdato | 2023-01-02 |
| Bedømmelse | 3.00/5 Samlet 2 Bedømmelser |
| Udvikler | https://certifiedcode.us |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | 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"
} | |