ReviewBolt: Analyze Any Website

This extension will analyze a page using ReviewBolt.com

Qu'est-ce que ReviewBolt: Analyze Any Website ?

ReviewBolt: Analyze Any Website est une extension Chrome développée par https://reviewbolt.com, et sa fonction principale est "This extension will analyze a page using ReviewBolt.com".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension ReviewBolt: Analyze Any Website

Téléchargez les fichiers d'extension ReviewBolt: Analyze Any Website au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom ReviewBolt: Analyze Any Website ReviewBolt: Analyze Any Website
ID hjmljcbpkjiaahfhhfkbnbfgogimcken
URL Officiel https://chromewebstore.google.com/detail/reviewbolt-analyze-any-we/hjmljcbpkjiaahfhhfkbnbfgogimcken
Description This extension will analyze a page using ReviewBolt.com
Taille du Fichier 11.96 KB
Nombre d'Installations 294
Version Actuelle 1.4
Dernière Mise à Jour 2021-05-26
Date de Publication 2021-01-05
Évaluation 5.00/5 Total 5 Évaluations
Développeur https://reviewbolt.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://reviewbolt.com
URL de la Page d'Aide https://reviewbolt.com/contact
URL de la Page de Politique de Confidentialité https://reviewbolt.com/privacy
Langues Prises en Charge 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"
    }
}