SEO Meta Insights

A simple and easy to use meta tag inspector for SEO insights

Что такое SEO Meta Insights?

SEO Meta Insights - это расширение Chrome, разработанное Unknown, и его основная функция - "A simple and easy to use meta tag inspector for SEO insights".

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

screenshot

Скачать файл CRX расширения SEO Meta Insights

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

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

                        The Meta Insights Chrome Extension scrapes the most important meta information from a site and gives you instant feedback, including warning messages for settings that could be harmful for SEO. 

The extension provides information on:

- Title and description word count
- Title and description wording
- Robots.txt settings
- Keywords 

Meta Insights is built and used by Organik SEO, as a great tool for quick access to vital SEO information. It is not meant to be used as an in-depth SEO optimization tool.                    

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

Название SEO Meta Insights SEO Meta Insights
ID kknifeoedmemmngpjcdbpnmebnhgodcl
Официальный URL https://chromewebstore.google.com/detail/seo-meta-insights/kknifeoedmemmngpjcdbpnmebnhgodcl
Описание A simple and easy to use meta tag inspector for SEO insights
Размер файла 26.58 KB
Количество установок 1,455
Текущая Версия 1.1
Последнее Обновление 2018-03-07
Дата публикации 2018-03-06
Рейтинг 4.20/5 Всего 5 оценок
Разработчик Unknown
Тип оплаты free
Официальный сайт расширения https://organikseo.com
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SEO Meta Insights",
    "short_name": "SEO Meta Insights - The Simple Tool for SEO Meta Tags",
    "description": "A simple and easy to use meta tag inspector for SEO insights",
    "version": "1.1",
    "browser_action": {
        "default_icon": "logo.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "",
        "background"
    ]
}