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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Sjoerd Stottelaar และคุณลักษณะหลักของมันคือ "Streamline your SEO efforts with SEO/GPT's powerful meta title and description generator. Our tool scans your page content and…"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SEO/GPT

ดาวน์โหลดไฟล์ส่วนขยาย 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
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
        }
    ]
}