InPost PL - track parcel - non-official client
Extension allows to track a parcel InPost PL
Vad är InPost PL - track parcel - non-official client?
InPost PL - track parcel - non-official client är en Chrome-tillägg utvecklad av OVM SOFT UA, och dess huvudfunktion är "Extension allows to track a parcel InPost PL".
Tilläggsskärmbilder
Ladda ner InPost PL - track parcel - non-official client-förlängningens CRX-fil
Ladda ner InPost PL - track parcel - non-official client-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Grundläggande Information om Tillägg
Namn | InPost PL - track parcel - non-official client |
ID | djiillgknbejncmlfnanlnppbebmolje |
Officiell webbadress | https://chromewebstore.google.com/detail/inpost-pl-track-parcel-no/djiillgknbejncmlfnanlnppbebmolje |
Beskrivning | Extension allows to track a parcel InPost PL |
Filstorlek | 18.28 KB |
Antal Installationer | 48 |
Aktuell Version | 0.1 |
Senast Uppdaterad | 2016-02-07 |
Publiceringsdatum | 2016-02-07 |
Utvecklare | OVM SOFT UA |
Betalningssätt | free |
Stödda Språk | en,pl,ru,uk |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "pl", "version": "0.1", "background": { "scripts": [ "common.js", "background.js" ] }, "permissions": [ "contextMenus" ], "icons": { "16": "icon16.png", "128": "icon.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" } } |