InPost PL - track parcel - non-official client
Extension allows to track a parcel InPost PL
What is InPost PL - track parcel - non-official client?
InPost PL - track parcel - non-official client is a Chrome extension developed by OVM SOFT UA, and its main feature is "Extension allows to track a parcel InPost PL".
Extension Screenshots
Download InPost PL - track parcel - non-official client Extension CRX File
Download InPost PL - track parcel - non-official client extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | InPost PL - track parcel - non-official client |
ID | djiillgknbejncmlfnanlnppbebmolje |
Official URL | https://chromewebstore.google.com/detail/inpost-pl-track-parcel-no/djiillgknbejncmlfnanlnppbebmolje |
Description | Extension allows to track a parcel InPost PL |
File Size | 18.28 KB |
Installation Count | 48 |
Current Version | 0.1 |
Last Updated | 2016-02-07 |
Publish Date | 2016-02-07 |
Developer | OVM SOFT UA |
Payment Type | free |
Supported Languages | 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" } } |