SEO's magic opener

With less than three clicks, you can see the Search Console performance report for the page you're on.

Что такое SEO's magic opener?

SEO's magic opener - это расширение Chrome, разработанное Alireza Esmikhani, и его основная функция - "With less than three clicks, you can see the Search Console performance report for the page you're on.".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения SEO's magic opener

Скачайте файлы расширений SEO's magic opener в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        For SEOs, and digital marketers it's common to check a URL's performance to see its current traffic or compare it to its previous traffic in Google Search Console.
SEO's magic opener is here to help you ✨

No matter what page you're on. Simply click on the extension, select your preference report, and watch the magic happen.

You can support me by buying me a coffee ☕️ so I can keep updating the site.

Buy me a coffee: https://link.esmikhani.com/seo's-magic-opener                    

Основная информация о расширении

Название SEO's magic opener SEO's magic opener
ID mkbpiadgdjjkdkcgmhkepngpkngghpog
Официальный URL https://chromewebstore.google.com/detail/seos-magic-opener/mkbpiadgdjjkdkcgmhkepngpkngghpog
Описание With less than three clicks, you can see the Search Console performance report for the page you're on.
Размер файла 26.97 KB
Количество установок 883
Текущая Версия 1.2.0
Последнее Обновление 2023-03-20
Дата публикации 2023-01-29
Рейтинг 5.00/5 Всего 7 оценок
Разработчик Alireza Esmikhani
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "SEO's magic opener",
    "description": "With less than three clicks, you can see the Search Console performance report for the page you're on.",
    "version": "1.2.0",
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs"
    ]
}