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ファイルをダウンロード

ReviewBolt: Analyze Any Website拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
    }
}