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 |
| Eメール | [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
}
]
} | |