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 |
官方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\/*" ] } |