AI Generator for Wix SEO

Generate SEO optimized titles and descriptions in seconds straight from the Wix and Editor X Editor.

Qu'est-ce que AI Generator for Wix SEO ?

AI Generator for Wix SEO est une extension Chrome développée par https://certifiedcode.us, et sa fonction principale est "Generate SEO optimized titles and descriptions in seconds straight from the Wix and Editor X Editor.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension AI Generator for Wix SEO

Téléchargez les fichiers d'extension AI Generator for Wix SEO au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Generate SEO optimized titles and descriptions in seconds straight from the Wix and Editor X Editor.                    

Informations de Base sur l'Extension

Nom AI Generator for Wix SEO AI Generator for Wix SEO
ID ipniljmjkpmkfgcpklpalkiagpmkgbfj
URL Officiel https://chromewebstore.google.com/detail/ai-generator-for-wix-seo/ipniljmjkpmkfgcpklpalkiagpmkgbfj
Description Generate SEO optimized titles and descriptions in seconds straight from the Wix and Editor X Editor.
Taille du Fichier 10.88 KB
Nombre d'Installations 3,248
Version Actuelle 1.0.0
Dernière Mise à Jour 2023-01-10
Date de Publication 2023-01-02
Évaluation 3.00/5 Total 2 Évaluations
Développeur https://certifiedcode.us
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
}