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 Flinch 77 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Use OpenAI GPT-3's to generate SEO titles and descriptions straight from the Webflow Designer"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में GPT-3 Meta Descriptions एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
}