GPT-3 Meta Descriptions
Use OpenAI GPT-3's to generate SEO titles and descriptions straight from the Webflow Designer
Co to jest GPT-3 Meta Descriptions?
GPT-3 Meta Descriptions to rozszerzenie Chrome opracowane przez Flinch 77, a jego główną funkcją jest „Use OpenAI GPT-3's to generate SEO titles and descriptions straight from the Webflow Designer”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia GPT-3 Meta Descriptions
Pobierz pliki rozszerzeń GPT-3 Meta Descriptions w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | GPT-3 Meta Descriptions |
ID | kmghbehbaefikdcedacnoojkockeadba |
Oficjalny URL | https://chromewebstore.google.com/detail/gpt-3-meta-descriptions/kmghbehbaefikdcedacnoojkockeadba |
Opis | Use OpenAI GPT-3's to generate SEO titles and descriptions straight from the Webflow Designer |
Rozmiar pliku | 8.47 KB |
Liczba instalacji | 2,075 |
Aktualna Wersja | 1.0.3 |
Ostatnia Aktualizacja | 2023-02-12 |
Data Publikacji | 2022-12-25 |
Ocena | 3.40/5 Łącznie 5 Oceny |
Deweloper | Flinch 77 |
[email protected] | |
Typ Płatności | free |
Adres URL Strony Polityki Prywatności | https://basvanstraaten.com/privacy-policy |
Obsługiwane Języki | 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" } |