SEO Extension

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

SEO Extension क्या है?

SEO Extension https://www.optfirst.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "OptFirst Extension = SEO Extension. Learn valuable information about a website's SEO, SEM Social Media and Website Metrix."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में SEO Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम SEO Extension SEO Extension
ID dnlbjemgdigaoocbljibmhnofonchfia
आधिकारिक URL https://chrome.google.com/webstore/detail/seo-extension/dnlbjemgdigaoocbljibmhnofonchfia
विवरण OptFirst Extension = SEO Extension. Learn valuable information about a website's SEO, SEM Social Media and Website Metrix.
फ़ाइल का आकार 528 KB
स्थापना संख्या 2,000
वर्तमान संस्करण 1.2.2
अंतिम अपडेट 2015-01-20
प्रकाशन तिथि 2015-01-20
रेटिंग 4.20/5 कुल 15 रेटिंग्स
डेवलपर https://www.optfirst.com
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.optfirst.com/chrome-extension/
सहायता पृष्ठ URL https://www.optfirst.com/chrome-extension/
समर्थित भाषाएँ 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"
    ]
}