Benchmark Hero: Free Audit & SEO Analysis

A free store audit pinpointing what you can easily do to improve your store today!

Benchmark Hero: Free Audit & SEO Analysisとは何ですか?

Benchmark Hero: Free Audit & SEO Analysisはhttps://www.storeya.comによって開発されたChromeの拡張機能で、その主な機能は「A free store audit pinpointing what you can easily do to improve your store today!」です。

拡張機能のスクリーンショット

screenshot

Benchmark Hero: Free Audit & SEO Analysis拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        How does 'Benchmark Hero' work?

1. SEO Site Audit - upon your approval, our system will audit and rank your site for business, marketing, technical and eCommerce purposes.

2. Benchmark - each segment will be compared with the results of 7 and 8 figures eCommerce stores.

3. Action Items - the system will guide through actionable items per each segment, so that you can improve your store's performance today.

Features
- Shopping experience
Does your product description have the optimal length? Are you running enough promotions? Are you providing the shopping experience your clients are expecting?
If you are not, we will guide you through!

- Trustworthy store
Does your store carry the relevant badges and reviews that would make it trustworthy? Does it state the info that would reassure your customers and put you on good terms with Google? If not, we will guide you through!

- Technical performance
Are your images optimized for both desktop and mobile? Does your store upload time meet the requirements of both your customers and Google? If it's not, we will guide you on how to adjust it.

- Marketing
Are you taking advantage of all relevant advertising methods for your store? Whether it is Facebook, Google Ads, Shopping or Remarketing, we will guide you through, and even take that burden off your shoulders should you want us to.                    

拡張機能の基本情報

名前 Benchmark Hero: Free Audit & SEO Analysis Benchmark Hero: Free Audit & SEO Analysis
ID jgfdmmopijohllppjebgmpdbmaanopjn
公式URL https://chromewebstore.google.com/detail/benchmark-hero-free-audit/jgfdmmopijohllppjebgmpdbmaanopjn
説明 A free store audit pinpointing what you can easily do to improve your store today!
ファイルサイズ 56.59 KB
インストール数 199
現在のバージョン 0.0.0.2
最終更新日 2021-10-14
公開日 2021-09-17
評価 5.00/5 合計 3 レビュー
開発者 https://www.storeya.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.storeya.com/public/benchmark-hero
ヘルプページのURL https://storeya.zendesk.com/
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Benchmark Hero: Free Audit & SEO Analysis",
    "description": "A free store audit pinpointing what you can easily do to improve your store today!",
    "version": "0.0.0.2",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "activeTab"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/bh-icon-16.png",
            "32": "\/images\/bh-icon-32.png",
            "48": "\/images\/bh-icon-48.png",
            "128": "\/images\/bh-icon-128.png"
        }
    },
    "icons": {
        "16": "\/images\/bh-icon-16.png",
        "32": "\/images\/bh-icon-32.png",
        "48": "\/images\/bh-icon-48.png",
        "128": "\/images\/bh-icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/thirdParty\/jquery.min.js",
                "\/thirdParty\/knob.js"
            ],
            "run_at": "document_start"
        }
    ]
}