Hermes Hack
Add a button to the hermes site to confirm all parcels.
Vad är Hermes Hack?
Hermes Hack är en Chrome-tillägg utvecklad av CoryOry, och dess huvudfunktion är "Add a button to the hermes site to confirm all parcels.".
Ladda ner Hermes Hack-förlängningens CRX-fil
Ladda ner Hermes Hack-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
My Couriers Online/Hermes tool to allow quick confirming of all the parcels!
Grundläggande Information om Tillägg
Namn | Hermes Hack |
ID | ipinjfpnkecmbjjedobgpjlfamhkfjnc |
Officiell webbadress | https://chromewebstore.google.com/detail/hermes-hack/ipinjfpnkecmbjjedobgpjlfamhkfjnc |
Beskrivning | Add a button to the hermes site to confirm all parcels. |
Filstorlek | 3.63 KB |
Antal Installationer | 19 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2016-11-29 |
Publiceringsdatum | 2016-11-28 |
Betyg | 4.00/5 Totalt 2 Betyg |
Utvecklare | CoryOry |
Betalningssätt | free |
Stödda Språk | 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" ] } |