Majestic Backlink Analyzer

Majestic backlink analysis straight into your browser.

Wat is Majestic Backlink Analyzer?

Majestic Backlink Analyzer is een Chrome-extensie ontwikkeld door https://majestic.com, en de belangrijkste functie is "Majestic backlink analysis straight into your browser.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Majestic Backlink Analyzer

Download Majestic Backlink Analyzer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Over 50,000 installations. Get instant link counts and see who is linking to the page you are browsing without having to go to a separate link analysis tool. FREE Backlink count data with much more detail for Majestic.com account holders.

This backlink checker from Majestic gives you a really fast way to see the strength of any page based on its backlink information. Because Majestic crawls the whole web, it does not have to rely on a third party for the data. You can immediately see the Trust Flow, Citation Flow and Visibility Flow for any web page directly on the URL bar and you can see summary information about the number of domains and URLs linking to this page.

Topical Trust Flow is now integrated into the tool. This now shows you the topic (or category) of each backlink.

Information provided free includes: Link Profile charts, Link counts at the URL, Subdomains and Root level and two Flow Metrics from 0-100 for pages you visit (speed limits apply.).

Majestic subscribers can very easily link their account to the extension and can then see more detail about links to the page your browser is on. including:

*Backlink Detail*: A list of the 10 strongest backlinks to the page (with a link to more), including the URL, anchor text, Citation Flow, Trust Flow, Visibility Flow and the dates first and last seen. The "First Seen" date is relative to the Fresh Index in Majestic, so is never more than 60 days old. The primary Topical Trust Flow is also embedded.

*Anchor Text Detail*: A List of the 10 strongest Anchor texts (with a link to more) used in links to the URL, including the link counts and domain counts linking with this text and the relative Citation Flow and Trust Flow associated with these links. The primary Topical Trust Flow is also for the embedded.

*Tools*: You can easily delve deeper into URLs by using many of Majestic's backlink analysis tools directly from the extension.

*Add to Bucket*: If you are interested in reviewing the URL later, you can press the "Add to Bucket" button to add the URL straight into your Majestic account fir later backlink analysis.

Who wrote this Analyzer and How?

Majestic is one of the UK's fastest growing tech companies, ranked 18th in 2014 in the Deloitte fast 50 list. Unlike many tools that rely on scraping third party data, Majestic is one of the largest web crawlers on the planet, collecting data directly from the web. It even has its own search engine. This independence has made Majestic's Trust Flow metric one of the most reliable and consistent ways to evaluate pages on the internet at scale the score, which is a log score between 0 and 100, gives a valuable insight. More recently, Majestic has launched and integrated Topical Trust Flow into into the Chrome extension, giving more precise analysis of a URL's power and influence.

Privacy

Majestic does not track your crawling behavior at all in this plugin and it will not slow down your browsing. Until you click on the extension, it remains idle and passes no data at all. At that point it simply looks up the data we have already indexed regarding the URL you are currently visiting. Majestic's full privacy policy is described at https://majestic.com/company/privacy-policy                    

Basisinformatie over de Extensie

Naam Majestic Backlink Analyzer Majestic Backlink Analyzer
ID pnmjaflneibolacpepklokkjnakmikmg
Officiële URL https://chromewebstore.google.com/detail/majestic-backlink-analyze/pnmjaflneibolacpepklokkjnakmikmg
Beschrijving Majestic backlink analysis straight into your browser.
Bestandsgrootte 354 KB
Aantal Installaties 67,154
Huidige Versie 2.3.1
Laatst Bijgewerkt 2021-06-08
Publicatiedatum 2020-03-05
Beoordeling 4.07/5 Totaal 1020 Beoordelingen
Ontwikkelaar https://majestic.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://majestic.com
Help Pagina-URL https://majestic.com/help/contact-us
URL van de Privacybeleid Pagina https://majestic.com/company/privacy-policy
Ondersteunde Talen de,en,fr,es,it,pl,pt-BR,ru,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Majestic Backlink Analyzer",
    "version": "2.3.1",
    "default_locale": "en",
    "description": "Majestic backlink analysis straight into your browser.",
    "icons": {
        "16": "majestic-star.bmp",
        "48": "majestic_logo_black_48x48.png",
        "128": "majestic_logo_black_128x128.png"
    },
    "browser_action": {
        "default_icon": "majestic-star.bmp",
        "default_title": "Majestic Backlink Analyzer",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "permissions": [
        "activeTab",
        "identity",
        "https:\/\/api.majestic.com\/api\/json",
        "https:\/\/simpleapi.majestic.com\/sapi\/GetBacklinkStats"
    ],
    "background": {
        "scripts": [
            "js\/jquery-3.6.0.min.js",
            "js\/background.js"
        ]
    },
    "content_security_policy": "default-src 'self'; connect-src https:\/\/api.majestic.com\/api\/json https:\/\/majestic.com https:\/\/simpleapi.majestic.com\/sapi\/GetBacklinkStats; script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/analytics.majestic.com\/piwik.js; img-src 'self' https:\/\/majestic.com\/;",
    "manifest_version": 2
}