HayPost Tracker
Automatically track your packages and notify about delivery status.
什麼是HayPost Tracker?
HayPost Tracker是由Phantom開發的Chrome擴展程式,該擴展的主要功能是“Automatically track your packages and notify about delivery status.”。
擴展截圖
下載HayPost Tracker擴展crx文件
下載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 |
官方網址 | 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\/*" ] } |