ReviewBolt: Analyze Any Website

This extension will analyze a page using ReviewBolt.com

Co je ReviewBolt: Analyze Any Website?

ReviewBolt: Analyze Any Website je rozšíření Chrome vyvinuté https://reviewbolt.com, a jeho hlavní funkcí je „This extension will analyze a page using ReviewBolt.com“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření ReviewBolt: Analyze Any Website

Stáhněte si soubory rozšíření ReviewBolt: Analyze Any Website ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název ReviewBolt: Analyze Any Website ReviewBolt: Analyze Any Website
ID hjmljcbpkjiaahfhhfkbnbfgogimcken
Oficiální URL https://chromewebstore.google.com/detail/reviewbolt-analyze-any-we/hjmljcbpkjiaahfhhfkbnbfgogimcken
Popis This extension will analyze a page using ReviewBolt.com
Velikost souboru 11.96 KB
Počet instalací 294
Aktuální Verze 1.4
Poslední Aktualizace 2021-05-26
Datum Vydání 2021-01-05
Hodnocení 5.00/5 Celkem 5 Hodnocení
Vývojář https://reviewbolt.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://reviewbolt.com
URL Stránky Nápovědy https://reviewbolt.com/contact
URL Stránky Zásad Ochrany Soukromí https://reviewbolt.com/privacy
Podporované Jazyky 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"
    }
}