InPost PL - track parcel - non-official client
Extension allows to track a parcel InPost PL
Qu'est-ce que InPost PL - track parcel - non-official client ?
InPost PL - track parcel - non-official client est une extension Chrome développée par OVM SOFT UA, et sa fonction principale est "Extension allows to track a parcel InPost PL".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension InPost PL - track parcel - non-official client
Téléchargez les fichiers d'extension InPost PL - track parcel - non-official client au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Informations de Base sur l'Extension
Nom | InPost PL - track parcel - non-official client |
ID | djiillgknbejncmlfnanlnppbebmolje |
URL Officiel | https://chromewebstore.google.com/detail/inpost-pl-track-parcel-no/djiillgknbejncmlfnanlnppbebmolje |
Description | Extension allows to track a parcel InPost PL |
Taille du Fichier | 18.28 KB |
Nombre d'Installations | 48 |
Version Actuelle | 0.1 |
Dernière Mise à Jour | 2016-02-07 |
Date de Publication | 2016-02-07 |
Développeur | OVM SOFT UA |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |