GPT-3 Meta Descriptions
Use OpenAI GPT-3's to generate SEO titles and descriptions straight from the Webflow Designer
GPT-3 Meta Descriptions là gì?
GPT-3 Meta Descriptions là một tiện ích mở rộng Chrome được phát triển bởi Flinch 77, và tính năng chính của nó là "Use OpenAI GPT-3's to generate SEO titles and descriptions straight from the Webflow Designer".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng GPT-3 Meta Descriptions
Tải xuống các tệp mở rộng GPT-3 Meta Descriptions dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | GPT-3 Meta Descriptions |
ID | kmghbehbaefikdcedacnoojkockeadba |
URL Chính Thức | https://chromewebstore.google.com/detail/gpt-3-meta-descriptions/kmghbehbaefikdcedacnoojkockeadba |
Mô tả | Use OpenAI GPT-3's to generate SEO titles and descriptions straight from the Webflow Designer |
Kích Thước Tệp | 8.47 KB |
Số Lần Cài Đặt | 2,075 |
Phiên Bản Hiện Tại | 1.0.3 |
Cập Nhật Lần Cuối | 2023-02-12 |
Ngày Phát Hành | 2022-12-25 |
Đánh Giá | 3.40/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | Flinch 77 |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://basvanstraaten.com/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | 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" } |