InPost PL - track parcel - non-official client
Extension allows to track a parcel InPost PL
Apa itu InPost PL - track parcel - non-official client?
InPost PL - track parcel - non-official client adalah ekstensi Chrome yang dikembangkan oleh OVM SOFT UA, dan fitur utamanya adalah "Extension allows to track a parcel InPost PL".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi InPost PL - track parcel - non-official client
Unduh file ekstensi InPost PL - track parcel - non-official client dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Informasi Dasar Ekstensi
| Nama | |
| ID | djiillgknbejncmlfnanlnppbebmolje |
| URL Resmi | https://chromewebstore.google.com/detail/inpost-pl-track-parcel-no/djiillgknbejncmlfnanlnppbebmolje |
| Deskripsi | Extension allows to track a parcel InPost PL |
| Ukuran File | 18.28 KB |
| Jumlah Instalasi | 48 |
| Versi Saat Ini | 0.1 |
| Terakhir Diperbarui | 2016-02-07 |
| Tanggal Publikasi | 2016-02-07 |
| Pengembang | OVM SOFT UA |
| Tipe Pembayaran | free |
| Bahasa yang Didukung | 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"
}
} | |