nTopic

RelevancyRank nTopic extension

Was ist nTopic?

nTopic ist eine Chrome-Erweiterung, die von Hive Digital, Inc. entwickelt wurde, und ihr Hauptmerkmal ist "RelevancyRank nTopic extension".

Erweiterungsscreenshots

screenshot

nTopic-Erweiterungs-CRX-Datei herunterladen

Laden Sie nTopic-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        nTopic is the content relevancy score. The nTopic extension allows you to determine the SEO content relevancy grade for any keyword and any page on the internet. Simply click the nTopic button, add your keywords, and hit submit.

To use this tool, you will need an API Key, which you can get for free at https://www.ntopic.org/register.php                    

Grundlegende Informationen zur Erweiterung

Name nTopic nTopic
ID jliidkkjbfioepndipcckbopdlfecceg
Offizielle URL https://chromewebstore.google.com/detail/ntopic/jliidkkjbfioepndipcckbopdlfecceg
Beschreibung RelevancyRank nTopic extension
Dateigröße 84.8 KB
Installationsanzahl 566
Aktuelle Version 1.1
Letztes Update 2019-02-11
Veröffentlichungsdatum 2019-02-11
Bewertung 2.86/5 Insgesamt 7 Bewertungen
Entwickler Hive Digital, Inc.
Zahlungsart free
Erweiterungswebsite https://www.ntopic.org
Unterstützte Sprachen en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "nTopic",
    "description": "RelevancyRank nTopic extension",
    "version": "1.1",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "options_page": "options.html",
    "web_accessible_resources": [
        "images\/ajax-loader.gif"
    ],
    "content_scripts": [
        {
            "css": [
                "styles\/style.css"
            ],
            "matches": [
                ""
            ],
            "js": [
                "scripts\/jquery.js",
                "scripts\/contentscript.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "images\/icon.png"
    },
    "manifest_version": 2
}