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是由levo54开发的Chrome扩展程序,该扩展的主要功能是“This extension was designed to make life a bit easier. It allows fast tracking for DHL shipments (at the moment). Open DHL…”。

扩展截图

screenshot

下载Context Menu Shipment Track扩展crx文件

下载Context Menu Shipment Track扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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