WooCommerce Orders

Showing top 10 WooCommerce Orders

What is WooCommerce Orders?

WooCommerce Orders is a Chrome extension developed by https://tychesoftwares.com, and its main feature is "Showing top 10 WooCommerce Orders".

Extension Screenshots

screenshot
screenshot

Download WooCommerce Orders Extension CRX File

Download WooCommerce Orders 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

                        This extension will show top ten orders of your WooCommerce store.                    

Extension Basic Information

Name WooCommerce Orders WooCommerce Orders
ID bnaikdcclddgfgmjklfaolnglhfijhed
Official URL https://chromewebstore.google.com/detail/woocommerce-orders/bnaikdcclddgfgmjklfaolnglhfijhed
Description Showing top 10 WooCommerce Orders
File Size 95.88 KB
Installation Count 20
Current Version 1.0
Last Updated 2018-08-31
Publish Date 2018-08-31
Rating 5.00/5 Total 2 Ratings
Developer https://tychesoftwares.com
Payment Type free
Help Page URL https://tychesoftwares.freshdesk.com/support/tickets/new
Supported Languages en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WooCommerce Orders",
    "description": "Showing top 10 WooCommerce Orders",
    "version": "1.0",
    "icons": {
        "128": "icon_128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        ""
    ],
    "web_accessible_resources": [
        "js\/*",
        "html\/*",
        "css\/*",
        "images\/*"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'"
}