BigCommerce SEO Helper

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

Cos'è BigCommerce SEO Helper?

BigCommerce SEO Helper è un'estensione di Chrome sviluppata da https://websiteadvantage.com.au, e la sua funzione principale è "Currently it adds search result preview widgets to the SEO sections in BigCommerce admin, as well as a few other tweaks.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione BigCommerce SEO Helper

Scarica i file di estensione BigCommerce SEO Helper in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome BigCommerce SEO Helper BigCommerce SEO Helper
ID blapomojgjdablehiedgijppppoajlio
URL Ufficiale https://chromewebstore.google.com/detail/bigcommerce-seo-helper/blapomojgjdablehiedgijppppoajlio
Descrizione Currently it adds search result preview widgets to the SEO sections in BigCommerce admin, as well as a few other tweaks.
Dimensione del File 567 KB
Conteggio Installazioni 419
Versione Corrente 0.0.1.3
Ultimo Aggiornamento 2023-11-24
Data di Pubblicazione 2018-09-19
Valutazione 4.83/5 Totale 6 Valutazioni
Sviluppatore https://websiteadvantage.com.au
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://bigcommerce.websiteadvantage.com.au/
URL della Pagina di Aiuto https://bigcommerce.websiteadvantage.com.au/contact-us/
URL della Pagina della Politica sulla Privacy https://bigcommerce.websiteadvantage.com.au/privacy-policy
Lingue Supportate 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';"
    }
}