Hermes Hack
Add a button to the hermes site to confirm all parcels.
Cos'è Hermes Hack?
Hermes Hack è un'estensione di Chrome sviluppata da CoryOry, e la sua funzione principale è "Add a button to the hermes site to confirm all parcels.".
Scarica il file CRX dell'estensione Hermes Hack
Scarica i file di estensione Hermes Hack in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
My Couriers Online/Hermes tool to allow quick confirming of all the parcels!
Informazioni di Base sull'Estensione
Nome | Hermes Hack |
ID | ipinjfpnkecmbjjedobgpjlfamhkfjnc |
URL Ufficiale | https://chromewebstore.google.com/detail/hermes-hack/ipinjfpnkecmbjjedobgpjlfamhkfjnc |
Descrizione | Add a button to the hermes site to confirm all parcels. |
Dimensione del File | 3.63 KB |
Conteggio Installazioni | 19 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2016-11-29 |
Data di Pubblicazione | 2016-11-28 |
Valutazione | 4.00/5 Totale 2 Valutazioni |
Sviluppatore | CoryOry |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |