nTopic

RelevancyRank nTopic extension

Vad är nTopic?

nTopic är en Chrome-tillägg utvecklad av Hive Digital, Inc., och dess huvudfunktion är "RelevancyRank nTopic extension".

Tilläggsskärmbilder

screenshot

Ladda ner nTopic-förlängningens CRX-fil

Ladda ner nTopic-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn nTopic nTopic
ID jliidkkjbfioepndipcckbopdlfecceg
Officiell webbadress https://chromewebstore.google.com/detail/ntopic/jliidkkjbfioepndipcckbopdlfecceg
Beskrivning RelevancyRank nTopic extension
Filstorlek 84.8 KB
Antal Installationer 566
Aktuell Version 1.1
Senast Uppdaterad 2019-02-11
Publiceringsdatum 2019-02-11
Betyg 2.86/5 Totalt 7 Betyg
Utvecklare Hive Digital, Inc.
Betalningssätt free
Tilläggswebbplats https://www.ntopic.org
Stödda Språk 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
}