ReviewBolt: Analyze Any Website

This extension will analyze a page using ReviewBolt.com

ReviewBolt: Analyze Any Website क्या है?

ReviewBolt: Analyze Any Website https://reviewbolt.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension will analyze a page using ReviewBolt.com"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में ReviewBolt: Analyze Any Website एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    }
}