GPT-3 Meta Descriptions
Use OpenAI GPT-3's to generate SEO titles and descriptions straight from the Webflow Designer
What is GPT-3 Meta Descriptions?
GPT-3 Meta Descriptions is a Chrome extension developed by Flinch 77, and its main feature is "Use OpenAI GPT-3's to generate SEO titles and descriptions straight from the Webflow Designer".
Extension Screenshots
Download GPT-3 Meta Descriptions Extension CRX File
Download GPT-3 Meta Descriptions extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | GPT-3 Meta Descriptions |
ID | kmghbehbaefikdcedacnoojkockeadba |
Official URL | https://chromewebstore.google.com/detail/gpt-3-meta-descriptions/kmghbehbaefikdcedacnoojkockeadba |
Description | Use OpenAI GPT-3's to generate SEO titles and descriptions straight from the Webflow Designer |
File Size | 8.47 KB |
Installation Count | 2,075 |
Current Version | 1.0.3 |
Last Updated | 2023-02-12 |
Publish Date | 2022-12-25 |
Rating | 3.40/5 Total 5 Ratings |
Developer | Flinch 77 |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://basvanstraaten.com/privacy-policy |
Supported Languages | 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" } |