SEO Extension

OptFirst Extension = SEO Extension. Learn valuable information about a website's SEO, SEM Social Media and Website Metrix.

Co je SEO Extension?

SEO Extension je rozšíření Chrome vyvinuté https://www.optfirst.com, a jeho hlavní funkcí je „OptFirst Extension = SEO Extension. Learn valuable information about a website's SEO, SEM Social Media and Website Metrix.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření SEO Extension

Stáhněte si soubory rozšíření SEO Extension ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Professional SEO Extension. This is what top SEOs use to evaluate clients and competitors sites. Features NO OTHER SEO EXTENSION HAS! Data included provided by the Authorities like Google, Bing, MajesticSEO, SEMrush, Alexa, Archive.org, Facebook, Twitter and more.

Learn valuable information about a website's SEO, SEM Social Media and Website Metrix.

7. Key Categories Analysed are -

1. Website Back-links - Powered my MajesticSEO, Bing & Alexa
2. Social Media Activity - Checking Facebook, Google+ , Dmoz, Twitter, StumbleUpon
3. Website Traffic - Powered by SEMRush & Alexa
4. Indexed Webpages - Checking Google, MajesticSEO and Bing
5. Website History - First time cached online by Archive.org and Last time cached by Google
6. Website Checklist - Checks presense of Robots.txt and Sitemap.xml files
7. Domain Data - Whois Data  and IP address of Website

NoFollow Bonus Box - No-Follow Link Checker that Highlights any No-Follow Links in Blue
TABS
Traffic Value - Traffic and Value $ coming to the Website 
Dropped Links - Links that have broken within the LAST 30 DAYS
Anchor Text - See how the websites links are written/coded
Anchor Text Chart - Displays a Pie Chart based on linking percentages                    

Základní Informace o Rozšíření

Název SEO Extension SEO Extension
ID dnlbjemgdigaoocbljibmhnofonchfia
Oficiální URL https://chrome.google.com/webstore/detail/seo-extension/dnlbjemgdigaoocbljibmhnofonchfia
Popis OptFirst Extension = SEO Extension. Learn valuable information about a website's SEO, SEM Social Media and Website Metrix.
Velikost souboru 528 KB
Počet instalací 2,000
Aktuální Verze 1.2.2
Poslední Aktualizace 2015-01-20
Datum Vydání 2015-01-20
Hodnocení 4.20/5 Celkem 15 Hodnocení
Vývojář https://www.optfirst.com
Typ Platby free
Webové stránky Rozšíření https://www.optfirst.com/chrome-extension/
URL Stránky Nápovědy https://www.optfirst.com/chrome-extension/
Podporované Jazyky en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "js": [
                "includes\/content_kango.js",
                "includes\/invoke_async_module.js",
                "includes\/message_target_module.js",
                "includes\/userscript_client.js",
                "includes\/content_init.js"
            ]
        }
    ],
    "name": "SEO Extension",
    "icons": {
        "128": "icons\/icon128.png",
        "48": "icons\/icon48.png",
        "16": "icons\/button.png"
    },
    "description": "OptFirst Extension = SEO Extension. Learn valuable information about a website's SEO, SEM Social Media and Website Metrix.",
    "background": {
        "page": "background.html"
    },
    "homepage_url": "http:\/\/www.optfirst.com\/",
    "version": "1.2.2",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "icons\/button.png",
        "default_title": "SEO Extension"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus",
        "webNavigation",
        "notifications"
    ]
}