Hermes Hack

Add a button to the hermes site to confirm all parcels.

What is Hermes Hack?

Hermes Hack is a Chrome extension developed by CoryOry, and its main feature is "Add a button to the hermes site to confirm all parcels.".

Download Hermes Hack Extension CRX File

Download Hermes Hack 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

                        My Couriers Online/Hermes tool to allow quick confirming of all the parcels!                    

Extension Basic Information

Name Hermes Hack Hermes Hack
ID ipinjfpnkecmbjjedobgpjlfamhkfjnc
Official URL https://chromewebstore.google.com/detail/hermes-hack/ipinjfpnkecmbjjedobgpjlfamhkfjnc
Description Add a button to the hermes site to confirm all parcels.
File Size 3.63 KB
Installation Count 19
Current Version 1.0
Last Updated 2016-11-29
Publish Date 2016-11-28
Rating 4.00/5 Total 2 Ratings
Developer CoryOry
Payment Type free
Supported Languages en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hermes Hack",
    "description": "Add a button to the hermes site to confirm all parcels.",
    "version": "1.0",
    "content_scripts": [
        {
            "js": [
                "contentScript.js"
            ],
            "matches": [
                "*:\/\/www.mycouriersonline.co.uk\/CouriersOnline\/manifest.htm"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ],
    "web_accessible_resources": [
        "workingScript.js"
    ]
}