InPost PL - track parcel - non-official client
Extension allows to track a parcel InPost PL
ما هو InPost PL - track parcel - non-official client؟
InPost PL - track parcel - non-official client هو إضافة Chrome تم تطويرها بواسطة OVM SOFT UA، والميزة الرئيسية لها هي "Extension allows to track a parcel InPost PL".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة InPost PL - track parcel - non-official client
قم بتنزيل ملفات الامتداد InPost PL - track parcel - non-official client بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
معلومات أساسية عن التمديد
الاسم | InPost PL - track parcel - non-official client |
ID | djiillgknbejncmlfnanlnppbebmolje |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/inpost-pl-track-parcel-no/djiillgknbejncmlfnanlnppbebmolje |
الوصف | Extension allows to track a parcel InPost PL |
حجم الملف | 18.28 KB |
عدد التثبيتات | 48 |
النسخة الحالية | 0.1 |
آخر تحديث | 2016-02-07 |
تاريخ النشر | 2016-02-07 |
المطور | OVM SOFT UA |
نوع الدفع | free |
اللغات المدعومة | 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" } } |