Hiro's Quick Links

Handy navigation links for WooCommerce sites

Apa itu Hiro's Quick Links?

Hiro's Quick Links adalah ekstensi Chrome yang dikembangkan oleh Will Brubaker, dan fitur utamanya adalah "Handy navigation links for WooCommerce sites".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Hiro's Quick Links

Unduh file ekstensi Hiro's Quick Links dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Hiro's Quick Links Hiro's Quick Links
ID gfkcobfhjfljhoingianjgaedgnncpdd
URL Resmi https://chromewebstore.google.com/detail/hiros-quick-links/gfkcobfhjfljhoingianjgaedgnncpdd
Deskripsi Handy navigation links for WooCommerce sites
Ukuran File 94.85 KB
Jumlah Instalasi 79
Versi Saat Ini 0.7
Terakhir Diperbarui 2016-06-09
Tanggal Publikasi 2016-06-09
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Will Brubaker
Tipe Pembayaran free
URL Halaman Bantuan https://github.com/WillBrubaker/hiro-quick-links
Bahasa yang Didukung 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
}