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 |
Eメール | [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" } |