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…”。

擴展截圖

screenshot
screenshot

下載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.                    

擴展基本資訊

名稱 SEO/GPT SEO/GPT
ID ggnhpodabnfmpnahconknkdamokghmpg
官方網址 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
        }
    ]
}