GPT-3 Meta Descriptions

Use OpenAI GPT-3's to generate SEO titles and descriptions straight from the Webflow Designer

Cos'è GPT-3 Meta Descriptions?

GPT-3 Meta Descriptions è un'estensione di Chrome sviluppata da Flinch 77, e la sua funzione principale è "Use OpenAI GPT-3's to generate SEO titles and descriptions straight from the Webflow Designer".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione GPT-3 Meta Descriptions

Scarica i file di estensione GPT-3 Meta Descriptions 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

                        Use OpenAI GPT-3's to generate SEO titles and descriptions straight from the Webflow Designer.

Open the page settings, click the new 'Generate Title' or 'Generate Description' button and add your keywords! Additionally, add info on the page's purpose to provide OpenAI GPT-3 some additional context. 

All meta titles generated by this plugin are capped at 70 characters. Meta descriptions are capped at 160 characters.                    

Informazioni di Base sull'Estensione

Nome GPT-3 Meta Descriptions GPT-3 Meta Descriptions
ID kmghbehbaefikdcedacnoojkockeadba
URL Ufficiale https://chromewebstore.google.com/detail/gpt-3-meta-descriptions/kmghbehbaefikdcedacnoojkockeadba
Descrizione Use OpenAI GPT-3's to generate SEO titles and descriptions straight from the Webflow Designer
Dimensione del File 8.47 KB
Conteggio Installazioni 2,075
Versione Corrente 1.0.3
Ultimo Aggiornamento 2023-02-12
Data di Pubblicazione 2022-12-25
Valutazione 3.40/5 Totale 5 Valutazioni
Sviluppatore Flinch 77
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://basvanstraaten.com/privacy-policy
Lingue Supportate en-US
manifest.json
{
    "background": {
        "service_worker": "background.min.js"
    },
    "content_scripts": [
        {
            "js": [
                "content.min.js"
            ],
            "matches": [
                "https:\/\/webflow.com\/design\/*"
            ]
        }
    ],
    "description": "Use OpenAI GPT-3's to generate SEO titles and descriptions straight from the Webflow Designer",
    "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": "GPT-3 Meta Descriptions",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.3"
}