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…

Apa itu Context Menu Shipment Track?

Context Menu Shipment Track adalah ekstensi Chrome yang dikembangkan oleh levo54, dan fitur utamanya adalah "This extension was designed to make life a bit easier. It allows fast tracking for DHL shipments (at the moment). Open DHL…".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Context Menu Shipment Track

Unduh file ekstensi Context Menu Shipment Track dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama Context Menu Shipment Track Context Menu Shipment Track
ID nikpbnmephomcnijbmfhmlfmehombelg
URL Resmi https://chromewebstore.google.com/detail/context-menu-shipment-tra/nikpbnmephomcnijbmfhmlfmehombelg
Deskripsi This extension was designed to make life a bit easier. It allows fast tracking for DHL shipments (at the moment). Open DHL…
Ukuran File 10.34 KB
Jumlah Instalasi 190
Versi Saat Ini 1.3
Terakhir Diperbarui 2022-10-22
Tanggal Publikasi 2018-03-03
Penilaian 5.00/5 Total 1 Penilaian
Pengembang levo54
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
}