ReviewBolt: Analyze Any Website

This extension will analyze a page using ReviewBolt.com

What is ReviewBolt: Analyze Any Website?

ReviewBolt: Analyze Any Website is a Chrome extension developed by https://reviewbolt.com, and its main feature is "This extension will analyze a page using ReviewBolt.com".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download ReviewBolt: Analyze Any Website Extension CRX File

Download ReviewBolt: Analyze Any Website extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name ReviewBolt: Analyze Any Website ReviewBolt: Analyze Any Website
ID hjmljcbpkjiaahfhhfkbnbfgogimcken
Official URL https://chromewebstore.google.com/detail/reviewbolt-analyze-any-we/hjmljcbpkjiaahfhhfkbnbfgogimcken
Description This extension will analyze a page using ReviewBolt.com
File Size 11.96 KB
Installation Count 294
Current Version 1.4
Last Updated 2021-05-26
Publish Date 2021-01-05
Rating 5.00/5 Total 5 Ratings
Developer https://reviewbolt.com
Email [email protected]
Payment Type free
Extension Website https://reviewbolt.com
Help Page URL https://reviewbolt.com/contact
Privacy Policy Page URL https://reviewbolt.com/privacy
Supported Languages 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"
    }
}