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文件

下載BigCommerce SEO Helper擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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