UPS Context Menu Shipment Track
Fast tracking for UPS shipments. How to use: 1. Highlight the tracking number 2. Either right-click or click the extension icon……
Cos'è UPS Context Menu Shipment Track?
UPS Context Menu Shipment Track è un'estensione di Chrome sviluppata da levo54, e la sua funzione principale è "Fast tracking for UPS shipments. How to use: 1. Highlight the tracking number 2. Either right-click or click the extension icon……".
Scarica il file CRX dell'estensione UPS Context Menu Shipment Track
Scarica i file di estensione UPS Context Menu Shipment Track in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Fast tracking for UPS shipments. How to use: 1. Highlight the tracking number 2. Either right-click or click the extension icon… Fast tracking for UPS shipments. How to use: 1. Highlight the tracking number 2. Either right-click or click the extension icon Enjoy!
Informazioni di Base sull'Estensione
Nome | UPS Context Menu Shipment Track |
ID | dljeallhpechbhfaibnfnajecbkibdep |
URL Ufficiale | https://chromewebstore.google.com/detail/ups-context-menu-shipment/dljeallhpechbhfaibnfnajecbkibdep |
Descrizione | Fast tracking for UPS shipments. How to use: 1. Highlight the tracking number 2. Either right-click or click the extension icon…… |
Dimensione del File | 16.3 KB |
Conteggio Installazioni | 136 |
Versione Corrente | 1.2.1 |
Ultimo Aggiornamento | 2018-06-26 |
Data di Pubblicazione | 2018-06-26 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | levo54 |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": false, "scripts": [ "background.js" ] }, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "browser_action": { "default_icon": "icon.png" }, "manifest_version": 2, "name": "UPS Context Menu Shipment Track", "permissions": [ "contextMenus", "tabs", "activeTab" ], "version": "1.2.1" } |