AiK SEO Bar

Расширение для базовых нужд SEO

Qu'est-ce que AiK SEO Bar ?

AiK SEO Bar est une extension Chrome développée par https://www.shkondin.ru, et sa fonction principale est "Расширение для базовых нужд SEO".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension AiK SEO Bar

Téléchargez les fichiers d'extension AiK SEO Bar au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Добавляет нумерацию к SERP Яндекса и Google, подсвечивает rel=nofollow и ссылки в блоках noindex. Позволяет передавать адрес текущей страницы или домена на анализ в различные сервисы, как то:
SimilarWeb,
MegaIndex,
Be1,
Google Page Speed,
а так же позволяет проверить присутствие страницы в индексе Яндекса или Гугля,  получить список всех проиндексированных страниц домена.                    

Informations de Base sur l'Extension

Nom AiK SEO Bar AiK SEO Bar
ID giahfngjojbibjoahncploiadeaabbpe
URL Officiel https://chromewebstore.google.com/detail/aik-seo-bar/giahfngjojbibjoahncploiadeaabbpe
Description Расширение для базовых нужд SEO
Taille du Fichier 36.05 KB
Nombre d'Installations 89
Version Actuelle 0.2.2
Dernière Mise à Jour 2022-10-26
Date de Publication 2017-04-29
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://www.shkondin.ru
Email [email protected]
Type de Paiement free
Langues Prises en Charge ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "\u0420\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u0435 \u0434\u043b\u044f \u0431\u0430\u0437\u043e\u0432\u044b\u0445 \u043d\u0443\u0436\u0434 SEO",
    "manifest_version": 3,
    "name": "AiK SEO Bar",
    "author": "Artyem V Shkondin",
    "version": "0.2.2",
    "homepage_url": "http:\/\/www.shkondin.ru\/seobar",
    "icons": {
        "48": "icons\/seobar_icon_48.png",
        "96": "icons\/seobar_icon_96.png",
        "128": "icons\/seobar_icon_128.png"
    },
    "action": {
        "browser_style": false,
        "default_icon": {
            "20": "icons\/pageinfo.png"
        },
        "default_title": "SEO \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f \u043e \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0435",
        "default_popup": "popup\/pageinfo.html"
    },
    "permissions": [
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "noindex.css"
            ]
        }
    ]
}