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……
Hvad er UPS Context Menu Shipment Track?
UPS Context Menu Shipment Track er en Chrome-udvidelse udviklet af levo54, og dens hovedfunktion er "Fast tracking for UPS shipments. How to use: 1. Highlight the tracking number 2. Either right-click or click the extension icon……".
Download UPS Context Menu Shipment Track-udvidelses-CRX-fil
Download UPS Context Menu Shipment Track-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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! Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | dljeallhpechbhfaibnfnajecbkibdep |
| Officiel URL | https://chromewebstore.google.com/detail/ups-context-menu-shipment/dljeallhpechbhfaibnfnajecbkibdep |
| Beskrivelse | Fast tracking for UPS shipments. How to use: 1. Highlight the tracking number 2. Either right-click or click the extension icon…… |
| Filstørrelse | 16.3 KB |
| Antal Installationer | 136 |
| Nuværende Version | 1.2.1 |
| Senest Opdateret | 2018-06-26 |
| Udgivelsesdato | 2018-06-26 |
| Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
| Udvikler | levo54 |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | 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"
} | |