SEO/GPT
Streamline your SEO efforts with SEO/GPT's powerful meta title and description generator. Our tool scans your page content and…
什么是SEO/GPT?
SEO/GPT是由Sjoerd Stottelaar开发的Chrome扩展程序,该扩展的主要功能是“Streamline your SEO efforts with SEO/GPT's powerful meta title and description generator. Our tool scans your page content and…”。
扩展截图
下载SEO/GPT扩展crx文件
下载SEO/GPT扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Streamline your SEO efforts with SEO/GPT's powerful meta title and description generator. Our tool scans your page content and automatically generates a unique meta title or description that accurately represents your content.
🤖 Automatically generates a SEO title for your webpage
🤖 Automatically generates a SEO meta description of the current page
Say goodbye to time-consuming copy-and-pasting tasks, and say hello to the convenience of generating your meta tags directly from your page. Try SEO/GPT's meta title and description generator today.
Improve your on page SEO in minutes with the power of Open AI's GPT-4 model. 扩展基本信息
| 名称 | |
| ID | ggnhpodabnfmpnahconknkdamokghmpg |
| 官方URL | https://chromewebstore.google.com/detail/seogpt/ggnhpodabnfmpnahconknkdamokghmpg |
| 简介 | Streamline your SEO efforts with SEO/GPT's powerful meta title and description generator. Our tool scans your page content and… |
| 文件大小 | 220 KB |
| 安装次数 | 579 |
| 当前版本 | 0.0.7 |
| 更新时间 | 2023-07-21 |
| 上架时间 | 2023-04-26 |
| 评分 | 5.00/5 共2次评分 |
| 开发者 | Sjoerd Stottelaar |
| 电子邮箱 | [email protected] |
| 付费类型 | in_app |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "SEO\/GPT",
"version": "0.0.7",
"action": {
"default_popup": "index.html"
},
"permissions": [
"activeTab",
"scripting"
],
"content_scripts": [
{
"js": [
"assets\/content-script-loader.content.js-879fb7dd-9c745ed6.js"
],
"matches": [
"https:\/\/*\/*"
]
}
],
"icons": {
"32": "icon32.png",
"48": "icon48.png",
"128": "icon128.png"
},
"web_accessible_resources": [
{
"matches": [
"https:\/\/*\/*"
],
"resources": [
"assets\/content.js-879fb7dd.js"
],
"use_dynamic_url": true
}
]
} | |