AI Generator for Wix SEO

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

Vad är AI Generator for Wix SEO?

AI Generator for Wix SEO är en Chrome-tillägg utvecklad av https://certifiedcode.us, och dess huvudfunktion är "Generate SEO optimized titles and descriptions in seconds straight from the Wix and Editor X Editor.".

Tilläggsskärmbilder

screenshot

Ladda ner AI Generator for Wix SEO-förlängningens CRX-fil

Ladda ner AI Generator for Wix SEO-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn AI Generator for Wix SEO AI Generator for Wix SEO
ID ipniljmjkpmkfgcpklpalkiagpmkgbfj
Officiell webbadress https://chromewebstore.google.com/detail/ai-generator-for-wix-seo/ipniljmjkpmkfgcpklpalkiagpmkgbfj
Beskrivning Generate SEO optimized titles and descriptions in seconds straight from the Wix and Editor X Editor.
Filstorlek 10.88 KB
Antal Installationer 3,248
Aktuell Version 1.0.0
Senast Uppdaterad 2023-01-10
Publiceringsdatum 2023-01-02
Betyg 3.00/5 Totalt 2 Betyg
Utvecklare https://certifiedcode.us
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
}