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.

O que é Branalyzer Brand's Instant Analyzer?

Branalyzer Brand's Instant Analyzer é uma extensão do Chrome desenvolvida por https://branalyzer.com, e sua principal característica é "Analyze brand traffic and key metrics for any website, including competitors, social metrics, and Truspilot...in less than a minute.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Branalyzer Brand's Instant Analyzer

Baixe arquivos de extensão Branalyzer Brand's Instant Analyzer no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Branalyzer Brand's Instant Analyzer Branalyzer Brand's Instant Analyzer
ID kanpedinmjgnofkklpefdkcbbobifkdh
URL Oficial https://chromewebstore.google.com/detail/branalyzer-brands-instant/kanpedinmjgnofkklpefdkcbbobifkdh
Descrição Analyze brand traffic and key metrics for any website, including competitors, social metrics, and Truspilot...in less than a minute.
Tamanho do Arquivo 6.61 MB
Contagem de Instalações 1,783
Versão Atual 1.0.0.29
Última Atualização 2024-01-14
Data de Publicação 2023-01-02
Classificação 4.97/5 Total de 58 Avaliações
Desenvolvedor https://branalyzer.com
Email [email protected]
Tipo de Pagamento in_app
Site da Extensão https://branalyzer.com
URL da Página de Ajuda https://branalyzer.com
URL da Página de Política de Privacidade https://branalyzer.com/getterms
Idiomas Suportados 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;"
    }
}