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开发的Chrome扩展程序,该扩展的主要功能是“Use OpenAI GPT-3's to generate SEO titles and descriptions straight from the Webflow Designer”。
扩展截图
下载GPT-3 Meta Descriptions扩展crx文件
下载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 |
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" } |