GPT-3 Meta Descriptions
Use OpenAI GPT-3's to generate SEO titles and descriptions straight from the Webflow Designer
Wat is GPT-3 Meta Descriptions?
GPT-3 Meta Descriptions is een Chrome-extensie ontwikkeld door Flinch 77, en de belangrijkste functie is "Use OpenAI GPT-3's to generate SEO titles and descriptions straight from the Webflow Designer".
Extensie Screenshots
Download het CRX-bestand van de extensie GPT-3 Meta Descriptions
Download GPT-3 Meta Descriptions-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | GPT-3 Meta Descriptions |
ID | kmghbehbaefikdcedacnoojkockeadba |
Officiële URL | https://chromewebstore.google.com/detail/gpt-3-meta-descriptions/kmghbehbaefikdcedacnoojkockeadba |
Beschrijving | Use OpenAI GPT-3's to generate SEO titles and descriptions straight from the Webflow Designer |
Bestandsgrootte | 8.47 KB |
Aantal Installaties | 2,075 |
Huidige Versie | 1.0.3 |
Laatst Bijgewerkt | 2023-02-12 |
Publicatiedatum | 2022-12-25 |
Beoordeling | 3.40/5 Totaal 5 Beoordelingen |
Ontwikkelaar | Flinch 77 |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://basvanstraaten.com/privacy-policy |
Ondersteunde Talen | 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" } |