SEO helper

helps with tasks like seeing if a page is indexable

Qu'est-ce que SEO helper ?

SEO helper est une extension Chrome développée par https://valentin.app, et sa fonction principale est "helps with tasks like seeing if a page is indexable".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension SEO helper

Téléchargez les fichiers d'extension SEO helper 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

                        SEO helper shows wether the current page can be indexed by Google or not and wether links will be follow or not.

release log:
v2.0 now with several new features like including status codes, redirects, robots.txt and canonical
v1.3 several bugfixes (including meta tag in body)
v1.2 now accounts for uppercase                    

Informations de Base sur l'Extension

Nom SEO helper SEO helper
ID dcjpekmglilnkcbaocogljaiinepdjbm
URL Officiel https://chromewebstore.google.com/detail/seo-helper/dcjpekmglilnkcbaocogljaiinepdjbm
Description helps with tasks like seeing if a page is indexable
Taille du Fichier 191 KB
Nombre d'Installations 247
Version Actuelle 2.0
Dernière Mise à Jour 2018-12-03
Date de Publication 2018-12-02
Évaluation 5.00/5 Total 3 Évaluations
Développeur https://valentin.app
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://valentin.app/robotsmeta.html
URL de la Page d'Aide https://twitter.com/VorticonCmdr
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": true,
        "scripts": [
            "js\/background.js"
        ]
    },
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "icons\/icon32.png",
        "default_popup": "popup.html",
        "default_title": "SEO helper",
        "name": "SEO helper"
    },
    "content_scripts": [
        {
            "js": [
                "js\/content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "128": "icons\/icon128.png",
        "48": "icons\/icon48.png"
    },
    "description": "helps with tasks like seeing if a page is indexable",
    "manifest_version": 2,
    "name": "SEO helper",
    "permissions": [
        "storage",
        "webRequest",
        "webNavigation",
        "tabs",
        ""
    ],
    "version": "2.0"
}