InPost PL - track parcel - non-official client
Extension allows to track a parcel InPost PL
Wat is InPost PL - track parcel - non-official client?
InPost PL - track parcel - non-official client is een Chrome-extensie ontwikkeld door OVM SOFT UA, en de belangrijkste functie is "Extension allows to track a parcel InPost PL".
Extensie Screenshots
Download het CRX-bestand van de extensie InPost PL - track parcel - non-official client
Download InPost PL - track parcel - non-official client-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Basisinformatie over de Extensie
Naam | InPost PL - track parcel - non-official client |
ID | djiillgknbejncmlfnanlnppbebmolje |
Officiële URL | https://chromewebstore.google.com/detail/inpost-pl-track-parcel-no/djiillgknbejncmlfnanlnppbebmolje |
Beschrijving | Extension allows to track a parcel InPost PL |
Bestandsgrootte | 18.28 KB |
Aantal Installaties | 48 |
Huidige Versie | 0.1 |
Laatst Bijgewerkt | 2016-02-07 |
Publicatiedatum | 2016-02-07 |
Ontwikkelaar | OVM SOFT UA |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |