InPost PL - track parcel - non-official client
Extension allows to track a parcel InPost PL
Hvad er InPost PL - track parcel - non-official client?
InPost PL - track parcel - non-official client er en Chrome-udvidelse udviklet af OVM SOFT UA, og dens hovedfunktion er "Extension allows to track a parcel InPost PL".
Udvidelsesskærmbilleder
Download InPost PL - track parcel - non-official client-udvidelses-CRX-fil
Download InPost PL - track parcel - non-official client-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
Grundlæggende oplysninger om udvidelsen
Navn | InPost PL - track parcel - non-official client |
ID | djiillgknbejncmlfnanlnppbebmolje |
Officiel URL | https://chromewebstore.google.com/detail/inpost-pl-track-parcel-no/djiillgknbejncmlfnanlnppbebmolje |
Beskrivelse | Extension allows to track a parcel InPost PL |
Filstørrelse | 18.28 KB |
Antal Installationer | 48 |
Nuværende Version | 0.1 |
Senest Opdateret | 2016-02-07 |
Udgivelsesdato | 2016-02-07 |
Udvikler | OVM SOFT UA |
Betalingsmetode | free |
Understøttede Sprog | 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" } } |