HayPost Tracker
Automatically track your packages and notify about delivery status.
HayPost Trackerคืออะไร?
HayPost Tracker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Phantom และคุณลักษณะหลักของมันคือ "Automatically track your packages and notify about delivery status."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย HayPost Tracker
ดาวน์โหลดไฟล์ส่วนขยาย HayPost Tracker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Allow you automatically track your postal packages from haypost and notify you if delivery status was changed.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | llkfihalgbppfmibibdfhhjdpfdkjogb |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/haypost-tracker/llkfihalgbppfmibibdfhhjdpfdkjogb |
คำอธิบาย | Automatically track your packages and notify about delivery status. |
ขนาดไฟล์ | 432 KB |
จำนวนการติดตั้ง | 35 |
เวอร์ชันปัจจุบัน | 1.5.3 |
อัปเดตครั้งล่าสุด | 2016-02-26 |
วันที่เผยแพร่ | 2016-02-26 |
คะแนน | 3.80/5 รวมทั้งหมด 10 คะแนน |
ผู้พัฒนา | Phantom |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "HayPost Tracker", "description": "Automatically track your packages and notify about delivery status.", "version": "1.5.3", "icons": { "16": "images\/16.png", "48": "images\/48.png", "128": "images\/128.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "background": { "scripts": [ "lib\/angular\/angular.js", "js\/bground\/bgapp.js", "js\/bground\/background.js", "js\/bground\/bootstrap.js" ], "persistent": true }, "permissions": [ "notifications", "background", "alarms", "storage", "https:\/\/www.haypost.am\/*", "http:\/\/www.haypost.am\/*" ] } |