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".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة GPT-3 Meta Descriptions
قم بتنزيل ملفات الامتداد GPT-3 Meta Descriptions بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
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 |
عنوان صفحة سياسة الخصوصية | 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" } |