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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
        }
    ]
}