OMG SEO Plugin

OMG CC Chrome extension allows you to check metrics and backlinks, find keyword ideas and analyze competition on the fly.

Τι είναι το OMG SEO Plugin;

Το OMG SEO Plugin είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον serpedplugin, και η κύρια λειτουργία του είναι "OMG CC Chrome extension allows you to check metrics and backlinks, find keyword ideas and analyze competition on the fly.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης OMG SEO Plugin

Λήψη αρχείων επέκτασης OMG SEO Plugin σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        The OMG Command Center Chrome extension is a free plugin for active SERPed.net members.

This plugin will help you check metrics and backlinks, find keyword ideas, analyze competition and more, on the fly, right from your browser.

Visiting a website and want to quickly check its metrics and backlinks? Simply click on the SERPed icon next to your browser bar and you will see all this data, instantly. You will see the Moz metrics, as well as the Majestic graph, SERPed Rank, Alexa Rank, social signals and IP address.

You can even run a "Content Analysis", as well as check the "Top Backlinks", run a "URL Audit" and check the "Domain Health".

With this extension, you can use SERPed.net tools, right from your browser, including:

 • "What Ranks Where" to find what keywords the site or page you are
   visiting ranks for;

 • "Keyword Analyzer" to get an idea of the level of competition, in organic 
   results, of any keyword;

 • "Site Explorer" to know more about a specific website or domain.

Furthermore, the plugin allows you to quickly add backlinks to "Backlinks Manager", so we start monitoring them for you. That way if a backlink suddenly becomes inactive or nofollow, or is de-indexed, you will quickly find out...

You can also enable the SERPed.net button in Google results, to perform an analysis of the keyword you are searching for, and find out its search volume, cost-per-click, level of competition (in both paid and organic results) and more.

The OMG Command Center Chrome extension is regularly updated. For more information, please visit our blog at https://www.serped.com/

If you are not a member yet, please visit our website at https://serped.net/

Terms of Service - https://serped.net/legal/terms.php                    

Βασικές Πληροφορίες Επέκτασης

Όνομα OMG SEO Plugin OMG SEO Plugin
ID cbhgbpnnbggeapbndkedeiaejfgipdia
Επίσημο URL https://chromewebstore.google.com/detail/omg-seo-plugin/cbhgbpnnbggeapbndkedeiaejfgipdia
Περιγραφή OMG CC Chrome extension allows you to check metrics and backlinks, find keyword ideas and analyze competition on the fly.
Μέγεθος Αρχείου 63.42 KB
Αριθμός Εγκαταστάσεων 358
Τρέχουσα Έκδοση 4.9
Τελευταία Ενημέρωση 2024-01-04
Ημερομηνία Δημοσίευσης 2020-04-22
Αξιολόγηση 5.00/5 Συνολικά 8 Αξιολογήσεις
Προγραμματιστής serpedplugin
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://serped.net/legal/privacy.php
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "OMG SEO Plugin",
    "version": "4.9",
    "manifest_version": 3,
    "description": "OMG CC Chrome extension allows you to check metrics and backlinks, find keyword ideas and analyze competition on the fly.",
    "icons": {
        "48": "images\/icon-128.png",
        "128": "images\/icon-128.png"
    },
    "action": {
        "default_icon": "images\/icon-128.png",
        "default_title": "OMG Plugin",
        "default_popup": "action\/index.html"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "permissions": [
        "notifications",
        "activeTab",
        "contextMenus",
        "cookies",
        "storage"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "*:\/\/*.google.com\/"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "include_globs": [
                "*:\/\/www.google.*\/*"
            ],
            "css": [
                "css\/contentcss.css"
            ],
            "js": [
                "scripts\/jquery.min.js",
                "content_script_forgooglresult.js"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "css\/contentcss.css"
            ],
            "js": [
                "scripts\/jquery.min.js",
                "scripts\/eventHandler.js"
            ],
            "run_at": "document_idle",
            "all_frames": true
        }
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+F",
                "mac": "MacCtrl+Shift+F"
            },
            "description": "OMG Plugin"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*.png",
                "images\/*.svg"
            ],
            "matches": [
                ""
            ]
        }
    ]
}