AI Generator for Wix SEO
Generate SEO optimized titles and descriptions in seconds straight from the Wix and Editor X Editor.
Wat is AI Generator for Wix SEO?
AI Generator for Wix SEO is een Chrome-extensie ontwikkeld door https://certifiedcode.us, en de belangrijkste functie is "Generate SEO optimized titles and descriptions in seconds straight from the Wix and Editor X Editor.".
Extensie Screenshots
Download het CRX-bestand van de extensie AI Generator for Wix SEO
Download AI Generator for Wix SEO-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Generate SEO optimized titles and descriptions in seconds straight from the Wix and Editor X Editor. Basisinformatie over de Extensie
| Naam | |
| ID | ipniljmjkpmkfgcpklpalkiagpmkgbfj |
| Officiële URL | https://chromewebstore.google.com/detail/ai-generator-for-wix-seo/ipniljmjkpmkfgcpklpalkiagpmkgbfj |
| Beschrijving | Generate SEO optimized titles and descriptions in seconds straight from the Wix and Editor X Editor. |
| Bestandsgrootte | 10.88 KB |
| Aantal Installaties | 3,248 |
| Huidige Versie | 1.0.0 |
| Laatst Bijgewerkt | 2023-01-10 |
| Publicatiedatum | 2023-01-02 |
| Beoordeling | 3.00/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | https://certifiedcode.us |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
} | |