ReviewBolt: Analyze Any Website

This extension will analyze a page using ReviewBolt.com

ReviewBolt: Analyze Any Website란 무엇입니까?

ReviewBolt: Analyze Any Website은(는) https://reviewbolt.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension will analyze a page using ReviewBolt.com"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

ReviewBolt: Analyze Any Website 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Tired of not knowing what your competitors are doing? Wish you could finally understand how they're growing so fast?!

Now you can!

Enter ReviewBolt, where you can review any website's traffic, marketing budgets, facebook ads, most popular pages, growth trends, and more.

-Uncover SEO strategies
-Discover a company's paid marketing tactics
-See what channels are unlocking growth

The ReviewBolt chrome extension shows you a website’s traffic, ads budget, user reviews and ratings.

See the traffic driving to any website or blog including Facebook and Google ads.

3 Steps to Get Started:
1. Install the ReviewBolt chrome extension.
2. Pin it and click on the lightning bolt when you're on a website.
3. Click "Analyse Now" to see discover that website's traffic statistics.

Install the ReviewBolt Chrome Extension Today.

Updated:
Fixed minor CSS issue.                    

확장 프로그램 기본 정보

이름 ReviewBolt: Analyze Any Website ReviewBolt: Analyze Any Website
ID hjmljcbpkjiaahfhhfkbnbfgogimcken
공식 URL https://chromewebstore.google.com/detail/reviewbolt-analyze-any-we/hjmljcbpkjiaahfhhfkbnbfgogimcken
설명 This extension will analyze a page using ReviewBolt.com
파일 크기 11.96 KB
설치 횟수 294
현재 버전 1.4
최근 업데이트 2021-05-26
출시 날짜 2021-01-05
평점 5.00/5 총 5 개의 평점
개발자 https://reviewbolt.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://reviewbolt.com
도움말 페이지 URL https://reviewbolt.com/contact
개인정보 보호 정책 페이지 URL https://reviewbolt.com/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ReviewBolt: Analyze Any Website",
    "description": "This extension will analyze a page using ReviewBolt.com",
    "version": "1.4",
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "popup.css"
            ],
            "js": [
                "popup.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": {
            "16": "icon16.png",
            "32": "icon32.png",
            "48": "icon48.png",
            "128": "icon128.png"
        },
        "default_popup": "popup.html"
    }
}