Hiro's Quick Links

Handy navigation links for WooCommerce sites

Qu'est-ce que Hiro's Quick Links ?

Hiro's Quick Links est une extension Chrome développée par Will Brubaker, et sa fonction principale est "Handy navigation links for WooCommerce sites".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Hiro's Quick Links

Téléchargez les fichiers d'extension Hiro's Quick Links au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        For WooCommerce shop managers or WooCommerce developers

* Populates a panel with handy WooCommerce navigation links frontend & backend links accessible from one handy place. Go directly to various settings rather than taking multiple clicks.
* Toggle WordPress notices (for screenshots, etc)
* Automatically hides any Yoast SEO columns added in the products page

#### Usage notes:

When first signing in to a WooCommerce site, the links will take a few seconds to several seconds to load (be patient). After the links have been loaded once, they are retained for the life of the browser session.                    

Informations de Base sur l'Extension

Nom Hiro's Quick Links Hiro's Quick Links
ID gfkcobfhjfljhoingianjgaedgnncpdd
URL Officiel https://chromewebstore.google.com/detail/hiros-quick-links/gfkcobfhjfljhoingianjgaedgnncpdd
Description Handy navigation links for WooCommerce sites
Taille du Fichier 94.85 KB
Nombre d'Installations 79
Version Actuelle 0.7
Dernière Mise à Jour 2016-06-09
Date de Publication 2016-06-09
Évaluation 5.00/5 Total 1 Évaluations
Développeur Will Brubaker
Type de Paiement free
URL de la Page d'Aide https://github.com/WillBrubaker/hiro-quick-links
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hiro's Quick Links",
    "description": "Handy navigation links for WooCommerce sites",
    "version": "0.7",
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.js",
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "panel.html",
        "default_title": "Hiro's Quick Links"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        "background"
    ],
    "manifest_version": 2
}