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
官方網址 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"
    }
}