Context Menu Shipment Track

This extension was designed to make life a bit easier. It allows fast tracking for DHL shipments (at the moment). Open DHL…

ما هو Context Menu Shipment Track؟

Context Menu Shipment Track هو إضافة Chrome تم تطويرها بواسطة levo54، والميزة الرئيسية لها هي "This extension was designed to make life a bit easier. It allows fast tracking for DHL shipments (at the moment). Open DHL…".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Context Menu Shipment Track

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

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

                        This extension was designed to make life a bit easier.
It allows fast tracking for DHL shipments (at the moment).

Open DHL Tracking page with a click of a button.

How to use:

1. Highlight the tracking number
2. Either right-click or click the extension icon

Enjoy!                    

معلومات أساسية عن التمديد

الاسم Context Menu Shipment Track Context Menu Shipment Track
ID nikpbnmephomcnijbmfhmlfmehombelg
عنوان URL الرسمي https://chromewebstore.google.com/detail/context-menu-shipment-tra/nikpbnmephomcnijbmfhmlfmehombelg
الوصف This extension was designed to make life a bit easier. It allows fast tracking for DHL shipments (at the moment). Open DHL…
حجم الملف 10.34 KB
عدد التثبيتات 190
النسخة الحالية 1.3
آخر تحديث 2022-10-22
تاريخ النشر 2018-03-03
تقييم 5.00/5 مجموع تقييمات 1
المطور levo54
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "action": [],
    "manifest_version": 3,
    "name": "Context Menu Shipment Track",
    "permissions": [
        "contextMenus",
        "activeTab",
        "scripting"
    ],
    "version": "1.3"
}