Topics by SEOmonitor

This extension displays the keywords that the current page is ranking for in Google, with their positions and search volumes.

Τι είναι το Topics by SEOmonitor;

Το Topics by SEOmonitor είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον SEOmonitor, και η κύρια λειτουργία του είναι "This extension displays the keywords that the current page is ranking for in Google, with their positions and search volumes.".

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

screenshot

Λήψη αρχείου CRX της επέκτασης Topics by SEOmonitor

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

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

                        It also estimates the monthly non-brand organic visits of the analyzed page along with the total number of keywords, their total search volume and the visibility score.

A paid SEOmonitor subscription is required for tracking keywords.

Privacy Policy : https://help.seomonitor.com/legal/privacy-policy
Terms Of Use: https://help.seomonitor.com/legal/seomonitor-terms-of-use

Changelog

30.09.2019 v2.0.22
- Small changes to comply with Google Terms of Service

07.12.2018 v2.0
- Total revamp of the extension including design, more robust analysis algorithm and a lot of bug fixes
- The landing page analysis does not require a SEOmonitor subscription anymore                    

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

Όνομα Topics by SEOmonitor Topics by SEOmonitor
ID oimoiefndijdcjpphcgldokllodoaihe
Επίσημο URL https://chromewebstore.google.com/detail/topics-by-seomonitor/oimoiefndijdcjpphcgldokllodoaihe
Περιγραφή This extension displays the keywords that the current page is ranking for in Google, with their positions and search volumes.
Μέγεθος Αρχείου 379 KB
Αριθμός Εγκαταστάσεων 1,900
Τρέχουσα Έκδοση 2.0.28
Τελευταία Ενημέρωση 2020-10-23
Ημερομηνία Δημοσίευσης 2020-01-10
Αξιολόγηση 4.09/5 Συνολικά 11 Αξιολογήσεις
Προγραμματιστής SEOmonitor
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.seomonitor.com
URL της Σελίδας Πολιτικής Απορρήτου https://help.seomonitor.com/legal/privacy-policy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Topics by SEOmonitor",
    "description": "This extension displays the keywords that the current page is ranking for in Google, with their positions and search volumes.",
    "version": "2.0.28",
    "homepage_url": "https:\/\/www.seomonitor.com\/",
    "background": {
        "scripts": [
            "jquery.min.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "logo_simple.png",
            "24": "logo_simple.png",
            "32": "logo_simple.png",
            "48": "logo_simple.png",
            "64": "logo_simple.png",
            "96": "logo_simple.png",
            "128": "logo_simple.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "logo_simple.png",
        "24": "logo_simple.png",
        "32": "logo_simple.png",
        "64": "logo_simple.png",
        "96": "logo_simple.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/cdn.segment.com https:\/\/stackpath.bootstrapcdn.com https:\/\/api.seomonitor.com\/ https:\/\/apis.google.com\/ https:\/\/api1.seomonitor.com\/ https:\/\/app.seomonitor.com\/ https:\/\/topics.seomonitor.com; object-src 'self' https:\/\/maxcdn.bootstrapcdn.com https:\/\/api.seomonitor.com https:\/\/cdnjs.cloudflare.com https:\/\/apis.google.com\/ https:\/\/ajax.googleapis.com https:\/\/api1.seomonitor.com https:\/\/app.seomonitor.com https:\/\/topics.seomonitor.com",
    "permissions": [
        "webRequest",
        "activeTab",
        "http:\/\/*.seomonitor.ro\/*",
        "https:\/\/*.seomonitor.ro\/*",
        "http:\/\/*.seomonitor.com\/*",
        "https:\/\/*.seomonitor.com\/*",
        "https:\/\/api.seomonitor.com\/*",
        "https:\/\/stackpath.bootstrapcdn.com\/*",
        "https:\/\/apis.google.com\/*",
        "https:\/\/topics.seomonitor.com\/*",
        "https:\/\/*.bing.com\/*"
    ],
    "web_accessible_resources": [
        "\/manifest.json",
        "\/inject.js",
        "\/popup.js"
    ]
}