GPT-3 Meta Descriptions

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

Τι είναι το GPT-3 Meta Descriptions;

Το GPT-3 Meta Descriptions είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Flinch 77, και η κύρια λειτουργία του είναι "Use OpenAI GPT-3's to generate SEO titles and descriptions straight from the Webflow Designer".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης GPT-3 Meta Descriptions

Λήψη αρχείων επέκτασης GPT-3 Meta Descriptions σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα GPT-3 Meta Descriptions GPT-3 Meta Descriptions
ID kmghbehbaefikdcedacnoojkockeadba
Επίσημο URL https://chromewebstore.google.com/detail/gpt-3-meta-descriptions/kmghbehbaefikdcedacnoojkockeadba
Περιγραφή Use OpenAI GPT-3's to generate SEO titles and descriptions straight from the Webflow Designer
Μέγεθος Αρχείου 8.47 KB
Αριθμός Εγκαταστάσεων 2,075
Τρέχουσα Έκδοση 1.0.3
Τελευταία Ενημέρωση 2023-02-12
Ημερομηνία Δημοσίευσης 2022-12-25
Αξιολόγηση 3.40/5 Συνολικά 5 Αξιολογήσεις
Προγραμματιστής Flinch 77
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://basvanstraaten.com/privacy-policy
Υποστηριζόμενες Γλώσσες 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"
}