Hermes Hack

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

ما هو Hermes Hack؟

Hermes Hack هو إضافة Chrome تم تطويرها بواسطة CoryOry، والميزة الرئيسية لها هي "Add a button to the hermes site to confirm all parcels.".

تحميل ملف CRX للإضافة Hermes Hack

قم بتنزيل ملفات الامتداد Hermes Hack بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
    ]
}