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