MegaIndex Bar

Анализ SEO-показателей сайта для вебмастеров и оптимизаторов.

Cos'è MegaIndex Bar?

MegaIndex Bar è un'estensione di Chrome sviluppata da https://www.megaindex.ru, e la sua funzione principale è "Анализ SEO-показателей сайта для вебмастеров и оптимизаторов.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione MegaIndex Bar

Scarica i file di estensione MegaIndex Bar in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        MegaIndex Bar позволяет быстро посмотреть все основные SEO-показатели сайта:
 - Яндекс тИЦ
 - Google PageRank
 - количество проиндексированных страниц в Яндекс и Google
 - наличие сайта в Яндекс Каталоге

Также можно узнать IP-адрес сервера и его регион.
Инструмент интегрирован с сервисами MegaIndex, что значительно упрощает работу в системе. В MegaIndex Bar можно быстро переходить на сервисы:
 - анализа видимости сайта
 - аудит сайта
 - анализ показателей сайта
 - продвижение сайта
 - выполнение заданий

Также MegaIndex Bar позволяет получать быстрые уведомления в системе, такие как:
 - ход выполнения поставленных заданий
 - финансовые показатели
 - актуальные новости и изменения                    

Informazioni di Base sull'Estensione

Nome MegaIndex Bar MegaIndex Bar
ID dmebaaellaamjeejfmjnmemlfghlhpik
URL Ufficiale https://chromewebstore.google.com/detail/megaindex-bar/dmebaaellaamjeejfmjnmemlfghlhpik
Descrizione Анализ SEO-показателей сайта для вебмастеров и оптимизаторов.
Dimensione del File 132 KB
Conteggio Installazioni 981
Versione Corrente 1.3.0
Ultimo Aggiornamento 2013-08-08
Data di Pubblicazione 2013-08-08
Valutazione 4.12/5 Totale 17 Valutazioni
Sviluppatore https://www.megaindex.ru
Tipo di Pagamento free
Lingue Supportate ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MegaIndex Bar",
    "homepage_url": "http:\/\/bar.megaindex.ru",
    "description": "\u0410\u043d\u0430\u043b\u0438\u0437 SEO-\u043f\u043e\u043a\u0430\u0437\u0430\u0442\u0435\u043b\u0435\u0439 \u0441\u0430\u0439\u0442\u0430 \u0434\u043b\u044f \u0432\u0435\u0431\u043c\u0430\u0441\u0442\u0435\u0440\u043e\u0432 \u0438 \u043e\u043f\u0442\u0438\u043c\u0438\u0437\u0430\u0442\u043e\u0440\u043e\u0432.",
    "version": "1.3.0",
    "manifest_version": 2,
    "omnibox": {
        "keyword": "megaindex"
    },
    "icons": {
        "16": "icon_micro.png",
        "48": "icon_normal.png",
        "128": "icon_big.png"
    },
    "offline_enabled": false,
    "permissions": [
        "notifications",
        "tabs",
        "http:\/\/api.megaindex.ru\/*",
        "https:\/\/www.megaindex.org\/*",
        "storage",
        "background",
        "contextMenus"
    ],
    "options_page": "options.html",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_title": "\u041e\u0442\u043a\u0440\u044b\u0442\u044c MegaIndex Bar",
        "default_icon": "icon_small.png",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "icon_normal.png"
    ]
}