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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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;"
    }
}