Hiro's Quick Links

Handy navigation links for WooCommerce sites

What is Hiro's Quick Links?

Hiro's Quick Links is a Chrome extension developed by Will Brubaker, and its main feature is "Handy navigation links for WooCommerce sites".

Extension Screenshots

screenshot

Download Hiro's Quick Links Extension CRX File

Download Hiro's Quick Links extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Hiro's Quick Links Hiro's Quick Links
ID gfkcobfhjfljhoingianjgaedgnncpdd
Official URL https://chromewebstore.google.com/detail/hiros-quick-links/gfkcobfhjfljhoingianjgaedgnncpdd
Description Handy navigation links for WooCommerce sites
File Size 94.85 KB
Installation Count 79
Current Version 0.7
Last Updated 2016-06-09
Publish Date 2016-06-09
Rating 5.00/5 Total 1 Ratings
Developer Will Brubaker
Payment Type free
Help Page URL https://github.com/WillBrubaker/hiro-quick-links
Supported Languages 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
}