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.

Qu'est-ce que Branalyzer Brand's Instant Analyzer ?

Branalyzer Brand's Instant Analyzer est une extension Chrome développée par https://branalyzer.com, et sa fonction principale est "Analyze brand traffic and key metrics for any website, including competitors, social metrics, and Truspilot...in less than a minute.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Branalyzer Brand's Instant Analyzer

Téléchargez les fichiers d'extension Branalyzer Brand's Instant Analyzer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Branalyzer Brand's Instant Analyzer Branalyzer Brand's Instant Analyzer
ID kanpedinmjgnofkklpefdkcbbobifkdh
URL Officiel https://chromewebstore.google.com/detail/branalyzer-brands-instant/kanpedinmjgnofkklpefdkcbbobifkdh
Description Analyze brand traffic and key metrics for any website, including competitors, social metrics, and Truspilot...in less than a minute.
Taille du Fichier 6.61 MB
Nombre d'Installations 1,783
Version Actuelle 1.0.0.29
Dernière Mise à Jour 2024-01-14
Date de Publication 2023-01-02
Évaluation 4.97/5 Total 58 Évaluations
Développeur https://branalyzer.com
Email [email protected]
Type de Paiement in_app
Site Web de l'Extension https://branalyzer.com
URL de la Page d'Aide https://branalyzer.com
URL de la Page de Politique de Confidentialité https://branalyzer.com/getterms
Langues Prises en Charge 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;"
    }
}