GPT-3 Meta Descriptions

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

Apa itu GPT-3 Meta Descriptions?

GPT-3 Meta Descriptions adalah ekstensi Chrome yang dikembangkan oleh Flinch 77, dan fitur utamanya adalah "Use OpenAI GPT-3's to generate SEO titles and descriptions straight from the Webflow Designer".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi GPT-3 Meta Descriptions

Unduh file ekstensi GPT-3 Meta Descriptions dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama GPT-3 Meta Descriptions GPT-3 Meta Descriptions
ID kmghbehbaefikdcedacnoojkockeadba
URL Resmi https://chromewebstore.google.com/detail/gpt-3-meta-descriptions/kmghbehbaefikdcedacnoojkockeadba
Deskripsi Use OpenAI GPT-3's to generate SEO titles and descriptions straight from the Webflow Designer
Ukuran File 8.47 KB
Jumlah Instalasi 2,075
Versi Saat Ini 1.0.3
Terakhir Diperbarui 2023-02-12
Tanggal Publikasi 2022-12-25
Penilaian 3.40/5 Total 5 Penilaian
Pengembang Flinch 77
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://basvanstraaten.com/privacy-policy
Bahasa yang Didukung 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"
}