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! 拡張機能の基本情報
| 名前 | |
| 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"
]
} | |