HayPost Tracker
Automatically track your packages and notify about delivery status.
What is HayPost Tracker?
HayPost Tracker is a Chrome extension developed by Phantom, and its main feature is "Automatically track your packages and notify about delivery status.".
Extension Screenshots
Download HayPost Tracker Extension CRX File
Download HayPost Tracker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Allow you automatically track your postal packages from haypost and notify you if delivery status was changed.
Extension Basic Information
Name | |
ID | llkfihalgbppfmibibdfhhjdpfdkjogb |
Official URL | https://chrome.google.com/webstore/detail/haypost-tracker/llkfihalgbppfmibibdfhhjdpfdkjogb |
Description | Automatically track your packages and notify about delivery status. |
File Size | 432 KB |
Installation Count | 35 |
Current Version | 1.5.3 |
Last Updated | 2016-02-26 |
Publish Date | 2016-02-26 |
Rating | 3.80/5 Total 10 Ratings |
Developer | Phantom |
Payment Type | free |
Supported Languages | 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\/*" ] } |