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
公式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
Eメール [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';"
    }
}