Branalyzer Brand's Instant Analyzer

Analyze brand traffic and key metrics for any website, including competitors, social metrics, and Truspilot...in less than a minute.

Cos'è Branalyzer Brand's Instant Analyzer?

Branalyzer Brand's Instant Analyzer è un'estensione di Chrome sviluppata da https://branalyzer.com, e la sua funzione principale è "Analyze brand traffic and key metrics for any website, including competitors, social metrics, and Truspilot...in less than a minute.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Branalyzer Brand's Instant Analyzer

Scarica i file di estensione Branalyzer Brand's Instant Analyzer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Analyze brand traffic and key metrics for any website, including competitors, social metrics, and backlinks...in less than a minute.

Branalyzer Chrome Extension allows you to find relevant information about each brand instantly.
 
The main features are:
 
•	Brand Info. Company Name, Localization, Employees.
•	Brand Traffic. Organic Traffic, Keywords, Ads...
•	Seo Info. Moz DA, PA, Links, Ranks and Majestic CF, TF, Links.
•	Social Info: Most relevant information on Instagram, Tiktok, Twitter...
•	Leads Info. Email list for each brand.
•	Lists. Save the domains in favorites, in the compare list, or in custom lists.
 
We want it to be a very fast tool and therefore the most relevant information will be displayed. If you need to go deeper, you can do it through Branalyzer full tool.
 
There are ten use cases for this extension. They are as follows:
 
Tracking. Follow the evolution of the main metrics instantly in order to avoid having to go into multiple tools to take a quick look at the most relevant data.

Brand authority. Many times, companies will send us emails offering us incredible services. However, before assessing any proposal, it is important to analyze the data of the company offering the services. This extension allows you to do that in less than a minute.

Monitor customer data. If you are a small agency or freelance, it is important to keep an eye on the impact of your work on your brands. However, you may never find the time to do it. This extension allows you to analyze your work with a couple of clicks.

Online shopping. If you are someone who goes crazy when buying products and services online because you are not sure if they are reliable, this extension can help you. It allows you to analyze the traffic, reputation, and social networks of a company with a few clicks so that you can be more secure.
 
Capture leads. Find email addresses from anywhere on the web with just one click. This extension makes it easy for you to create a list of contacts or leads.

Monitor competitors- we all have competition and we need to keep an eye on their metrics. This extension allows you to do that easily.

Backlinks- get backlinks from any domain easily and affordably. You don't need powerful but expensive tools to analyze backlinks.

Compare domains- combine the extension with Branalyzer full tool to add domains while browsing your list and analyze them later on.

Domain lists- save domains that are interesting to you in your favorites or in your personalized lists. You can create lists for anything you can think of, such as marketing companies, contracted companies, contracted services, or competitors of a client.

This extension saves you time by allowing you to do all of the above with just a few clicks.                    

Informazioni di Base sull'Estensione

Nome Branalyzer Brand's Instant Analyzer Branalyzer Brand's Instant Analyzer
ID kanpedinmjgnofkklpefdkcbbobifkdh
URL Ufficiale https://chromewebstore.google.com/detail/branalyzer-brands-instant/kanpedinmjgnofkklpefdkcbbobifkdh
Descrizione Analyze brand traffic and key metrics for any website, including competitors, social metrics, and Truspilot...in less than a minute.
Dimensione del File 6.61 MB
Conteggio Installazioni 1,783
Versione Corrente 1.0.0.29
Ultimo Aggiornamento 2024-01-14
Data di Pubblicazione 2023-01-02
Valutazione 4.97/5 Totale 58 Valutazioni
Sviluppatore https://branalyzer.com
Email [email protected]
Tipo di Pagamento in_app
Sito Web dell'Estensione https://branalyzer.com
URL della Pagina di Aiuto https://branalyzer.com
URL della Pagina della Politica sulla Privacy https://branalyzer.com/getterms
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Branalyzer Brand's Instant Analyzer",
    "short_name": "branalyzer-chrome-extension",
    "version": "1.0.0.29",
    "description": "Analyze brand traffic and key metrics for any website, including competitors, social metrics, and Truspilot...in less than a minute.",
    "permissions": [
        "activeTab"
    ],
    "icons": {
        "16": "images\/branalyzer16.png",
        "32": "images\/branalyzer32.png",
        "48": "images\/branalyzer64.png",
        "128": "images\/branalyzer128.png"
    },
    "action": {
        "default_popup": "index.html?#\/popup",
        "default_icon": {
            "16": "images\/branalyzer16.png",
            "32": "images\/branalyzer32.png",
            "48": "images\/branalyzer64.png",
            "128": "images\/branalyzer128.png"
        },
        "default_title": "Branalyzer Chrome Extension Beta"
    },
    "content_scripts": [
        {
            "js": [
                "contentPage.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "service_worker": "serviceWorker.js"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-inline' https:\/\/fpnpmcdn.net\/v3\/i1xY5mY8v8taQAk8EECj\/loader_v3.8.1.js;"
    }
}