SEO helper

helps with tasks like seeing if a page is indexable

Wat is SEO helper?

SEO helper is een Chrome-extensie ontwikkeld door https://valentin.app, en de belangrijkste functie is "helps with tasks like seeing if a page is indexable".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie SEO helper

Download SEO helper-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam SEO helper SEO helper
ID dcjpekmglilnkcbaocogljaiinepdjbm
Officiële URL https://chromewebstore.google.com/detail/seo-helper/dcjpekmglilnkcbaocogljaiinepdjbm
Beschrijving helps with tasks like seeing if a page is indexable
Bestandsgrootte 191 KB
Aantal Installaties 247
Huidige Versie 2.0
Laatst Bijgewerkt 2018-12-03
Publicatiedatum 2018-12-02
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar https://valentin.app
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://valentin.app/robotsmeta.html
Help Pagina-URL https://twitter.com/VorticonCmdr
Ondersteunde Talen 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"
}