HayPost Tracker
Automatically track your packages and notify about delivery status.
Wat is HayPost Tracker?
HayPost Tracker is een Chrome-extensie ontwikkeld door Phantom, en de belangrijkste functie is "Automatically track your packages and notify about delivery status.".
Extensie Screenshots
Download het CRX-bestand van de extensie HayPost Tracker
Download HayPost Tracker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Allow you automatically track your postal packages from haypost and notify you if delivery status was changed.
Basisinformatie over de Extensie
Naam | |
ID | llkfihalgbppfmibibdfhhjdpfdkjogb |
Officiële URL | https://chrome.google.com/webstore/detail/haypost-tracker/llkfihalgbppfmibibdfhhjdpfdkjogb |
Beschrijving | Automatically track your packages and notify about delivery status. |
Bestandsgrootte | 432 KB |
Aantal Installaties | 35 |
Huidige Versie | 1.5.3 |
Laatst Bijgewerkt | 2016-02-26 |
Publicatiedatum | 2016-02-26 |
Beoordeling | 3.80/5 Totaal 10 Beoordelingen |
Ontwikkelaar | Phantom |
Betalingswijze | free |
Ondersteunde Talen | 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\/*" ] } |