AI Generator for Wix SEO
Generate SEO optimized titles and descriptions in seconds straight from the Wix and Editor X Editor.
Cos'è AI Generator for Wix SEO?
AI Generator for Wix SEO è un'estensione di Chrome sviluppata da https://certifiedcode.us, e la sua funzione principale è "Generate SEO optimized titles and descriptions in seconds straight from the Wix and Editor X Editor.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione AI Generator for Wix SEO
Scarica i file di estensione AI Generator for Wix SEO in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Generate SEO optimized titles and descriptions in seconds straight from the Wix and Editor X Editor. Informazioni di Base sull'Estensione
| Nome | |
| ID | ipniljmjkpmkfgcpklpalkiagpmkgbfj |
| URL Ufficiale | https://chromewebstore.google.com/detail/ai-generator-for-wix-seo/ipniljmjkpmkfgcpklpalkiagpmkgbfj |
| Descrizione | Generate SEO optimized titles and descriptions in seconds straight from the Wix and Editor X Editor. |
| Dimensione del File | 10.88 KB |
| Conteggio Installazioni | 3,248 |
| Versione Corrente | 1.0.0 |
| Ultimo Aggiornamento | 2023-01-10 |
| Data di Pubblicazione | 2023-01-02 |
| Valutazione | 3.00/5 Totale 2 Valutazioni |
| Sviluppatore | https://certifiedcode.us |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
} | |