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 là gì?

BigCommerce SEO Helper là một tiện ích mở rộng Chrome được phát triển bởi https://websiteadvantage.com.au, và tính năng chính của nó là "Currently it adds search result preview widgets to the SEO sections in BigCommerce admin, as well as a few other tweaks.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng BigCommerce SEO Helper

Tải xuống các tệp mở rộng BigCommerce SEO Helper dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên BigCommerce SEO Helper BigCommerce SEO Helper
ID blapomojgjdablehiedgijppppoajlio
URL Chính Thức https://chromewebstore.google.com/detail/bigcommerce-seo-helper/blapomojgjdablehiedgijppppoajlio
Mô tả Currently it adds search result preview widgets to the SEO sections in BigCommerce admin, as well as a few other tweaks.
Kích Thước Tệp 567 KB
Số Lần Cài Đặt 419
Phiên Bản Hiện Tại 0.0.1.3
Cập Nhật Lần Cuối 2023-11-24
Ngày Phát Hành 2018-09-19
Đánh Giá 4.83/5 Tổng số 6 Đánh Giá
Nhà Phát Triển https://websiteadvantage.com.au
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://bigcommerce.websiteadvantage.com.au/
URL Trang Trợ Giúp https://bigcommerce.websiteadvantage.com.au/contact-us/
URL Trang Chính Sách Bảo Mật https://bigcommerce.websiteadvantage.com.au/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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';"
    }
}