Hermes Hack

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

什么是Hermes Hack?

Hermes Hack是由CoryOry开发的Chrome扩展程序,该扩展的主要功能是“Add a button to the hermes site to confirm all parcels.”。

下载Hermes Hack扩展crx文件

下载Hermes Hack扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Hermes Hack Hermes Hack
ID ipinjfpnkecmbjjedobgpjlfamhkfjnc
官方URL https://chromewebstore.google.com/detail/hermes-hack/ipinjfpnkecmbjjedobgpjlfamhkfjnc
简介 Add a button to the hermes site to confirm all parcels.
文件大小 3.63 KB
安装次数 19
当前版本 1.0
更新时间 2016-11-29
上架时间 2016-11-28
评分 4.00/5 共2次评分
开发者 CoryOry
付费类型 free
支持的语言 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"
    ]
}