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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | 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" } } |