AI Generator for Wix SEO
Generate SEO optimized titles and descriptions in seconds straight from the Wix and Editor X Editor.
Was ist AI Generator for Wix SEO?
AI Generator for Wix SEO ist eine Chrome-Erweiterung, die von https://certifiedcode.us entwickelt wurde, und ihr Hauptmerkmal ist "Generate SEO optimized titles and descriptions in seconds straight from the Wix and Editor X Editor.".
Erweiterungsscreenshots
AI Generator for Wix SEO-Erweiterungs-CRX-Datei herunterladen
Laden Sie AI Generator for Wix SEO-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Generate SEO optimized titles and descriptions in seconds straight from the Wix and Editor X Editor.
Grundlegende Informationen zur Erweiterung
Name | AI Generator for Wix SEO |
ID | ipniljmjkpmkfgcpklpalkiagpmkgbfj |
Offizielle URL | https://chromewebstore.google.com/detail/ai-generator-for-wix-seo/ipniljmjkpmkfgcpklpalkiagpmkgbfj |
Beschreibung | Generate SEO optimized titles and descriptions in seconds straight from the Wix and Editor X Editor. |
Dateigröße | 10.88 KB |
Installationsanzahl | 3,248 |
Aktuelle Version | 1.0.0 |
Letztes Update | 2023-01-10 |
Veröffentlichungsdatum | 2023-01-02 |
Bewertung | 3.00/5 Insgesamt 2 Bewertungen |
Entwickler | https://certifiedcode.us |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" } |