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
        }
    ]
}