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……
Co to jest UPS Context Menu Shipment Track?
UPS Context Menu Shipment Track to rozszerzenie Chrome opracowane przez levo54, a jego główną funkcją jest „Fast tracking for UPS shipments. How to use: 1. Highlight the tracking number 2. Either right-click or click the extension icon……”.
Pobierz plik CRX rozszerzenia UPS Context Menu Shipment Track
Pobierz pliki rozszerzeń UPS Context Menu Shipment Track w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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! Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | dljeallhpechbhfaibnfnajecbkibdep |
| Oficjalny URL | https://chromewebstore.google.com/detail/ups-context-menu-shipment/dljeallhpechbhfaibnfnajecbkibdep |
| Opis | Fast tracking for UPS shipments. How to use: 1. Highlight the tracking number 2. Either right-click or click the extension icon…… |
| Rozmiar pliku | 16.3 KB |
| Liczba instalacji | 136 |
| Aktualna Wersja | 1.2.1 |
| Ostatnia Aktualizacja | 2018-06-26 |
| Data Publikacji | 2018-06-26 |
| Ocena | 5.00/5 Łącznie 1 Oceny |
| Deweloper | levo54 |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | 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"
} | |