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.

Branalyzer Brand's Instant Analyzerとは何ですか?

Branalyzer Brand's Instant Analyzerはhttps://branalyzer.comによって開発されたChromeの拡張機能で、その主な機能は「Analyze brand traffic and key metrics for any website, including competitors, social metrics, and Truspilot...in less than a minute.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

Branalyzer Brand's Instant Analyzer拡張機能のCRXファイルをダウンロード

Branalyzer Brand's Instant Analyzer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Branalyzer Brand's Instant Analyzer Branalyzer Brand's Instant Analyzer
ID kanpedinmjgnofkklpefdkcbbobifkdh
公式URL https://chromewebstore.google.com/detail/branalyzer-brands-instant/kanpedinmjgnofkklpefdkcbbobifkdh
説明 Analyze brand traffic and key metrics for any website, including competitors, social metrics, and Truspilot...in less than a minute.
ファイルサイズ 6.61 MB
インストール数 1,783
現在のバージョン 1.0.0.29
最終更新日 2024-01-14
公開日 2023-01-02
評価 4.97/5 合計 58 レビュー
開発者 https://branalyzer.com
Eメール [email protected]
支払い方法 in_app
拡張機能のウェブサイト https://branalyzer.com
ヘルプページのURL https://branalyzer.com
プライバシーポリシーページのURL https://branalyzer.com/getterms
対応言語 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;"
    }
}