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 |
ID | ipinjfpnkecmbjjedobgpjlfamhkfjnc |
官方網址 | 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" ] } |