BigCommerce SEO Helper

Currently it adds search result preview widgets to the SEO sections in BigCommerce admin, as well as a few other tweaks.

BigCommerce SEO Helper란 무엇입니까?

BigCommerce SEO Helper은(는) https://websiteadvantage.com.au에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Currently it adds search result preview widgets to the SEO sections in BigCommerce admin, as well as a few other tweaks."입니다.

확장 프로그램 스크린샷

screenshot

BigCommerce SEO Helper 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        One of the first SEO tasks for an eCommerce store owner is to optimise their title tags and meta descriptions so that they make their pages stand out in the search results.

This extension adds a Google Search Result Preview to the SEO sections in the BigCommerce admin interface so that you can instantly see what your edits will look like.

It also adds product IDs to the products table.

In the future, I will be adding more SEO features to this extension and the BigCommerce admin interface.                    

확장 프로그램 기본 정보

이름 BigCommerce SEO Helper BigCommerce SEO Helper
ID blapomojgjdablehiedgijppppoajlio
공식 URL https://chromewebstore.google.com/detail/bigcommerce-seo-helper/blapomojgjdablehiedgijppppoajlio
설명 Currently it adds search result preview widgets to the SEO sections in BigCommerce admin, as well as a few other tweaks.
파일 크기 567 KB
설치 횟수 419
현재 버전 0.0.1.3
최근 업데이트 2023-11-24
출시 날짜 2018-09-19
평점 4.83/5 총 6 개의 평점
개발자 https://websiteadvantage.com.au
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://bigcommerce.websiteadvantage.com.au/
도움말 페이지 URL https://bigcommerce.websiteadvantage.com.au/contact-us/
개인정보 보호 정책 페이지 URL https://bigcommerce.websiteadvantage.com.au/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "BigCommerce SEO Helper",
    "description": "Currently it adds search result preview widgets to the SEO sections in BigCommerce admin, as well as a few other tweaks.",
    "version": "0.0.1.3",
    "author": "Tony McCreath",
    "icons": {
        "16": "images\/WebSiteAdvantage-m-16.png",
        "32": "images\/WebSiteAdvantage-m-32.png",
        "48": "images\/WebSiteAdvantage-m-48.png",
        "64": "images\/WebSiteAdvantage-m-64.png",
        "128": "images\/WebSiteAdvantage-m-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.mybigcommerce.com\/admin\/index.php*",
                "https:\/\/*.mybigcommerce.com\/manage\/microapps\/*",
                "https:\/\/*.mybigcommerce.com\/admin\/blog\/post*",
                "https:\/\/*.mybigcommerce.com\/admin\/blog\/settings",
                "https:\/\/*.mybigcommerce.com\/manage\/products\/category-manager*"
            ],
            "js": [
                "jquery-3.5.1.min.js",
                "wsa-bigcommerce.js"
            ],
            "all_frames": true
        }
    ],
    "permissions": [],
    "web_accessible_resources": [
        {
            "resources": [
                "webSiteAdvantage.OrganicSearchResult.js",
                "webSiteAdvantage.OrganicSearchResult.min.js",
                "wsa-initialise.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self';"
    }
}