Majestic Backlink Analyzer

Majestic backlink analysis straight into your browser.

Vad är Majestic Backlink Analyzer?

Majestic Backlink Analyzer är en Chrome-tillägg utvecklad av https://majestic.com, och dess huvudfunktion är "Majestic backlink analysis straight into your browser.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner Majestic Backlink Analyzer-förlängningens CRX-fil

Ladda ner Majestic Backlink Analyzer-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

                        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                    

Grundläggande Information om Tillägg

Namn Majestic Backlink Analyzer Majestic Backlink Analyzer
ID pnmjaflneibolacpepklokkjnakmikmg
Officiell webbadress https://chromewebstore.google.com/detail/majestic-backlink-analyze/pnmjaflneibolacpepklokkjnakmikmg
Beskrivning Majestic backlink analysis straight into your browser.
Filstorlek 354 KB
Antal Installationer 67,154
Aktuell Version 2.3.1
Senast Uppdaterad 2021-06-08
Publiceringsdatum 2020-03-05
Betyg 4.07/5 Totalt 1020 Betyg
Utvecklare https://majestic.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://majestic.com
Hjälpsida URL https://majestic.com/help/contact-us
URL till Sekretesspolicy Sidan https://majestic.com/company/privacy-policy
Stödda Språk 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
}