HayPost Tracker
Automatically track your packages and notify about delivery status.
Cos'è HayPost Tracker?
HayPost Tracker è un'estensione di Chrome sviluppata da Phantom, e la sua funzione principale è "Automatically track your packages and notify about delivery status.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione HayPost Tracker
Scarica i file di estensione HayPost Tracker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Allow you automatically track your postal packages from haypost and notify you if delivery status was changed.
Informazioni di Base sull'Estensione
Nome | |
ID | llkfihalgbppfmibibdfhhjdpfdkjogb |
URL Ufficiale | https://chrome.google.com/webstore/detail/haypost-tracker/llkfihalgbppfmibibdfhhjdpfdkjogb |
Descrizione | Automatically track your packages and notify about delivery status. |
Dimensione del File | 432 KB |
Conteggio Installazioni | 35 |
Versione Corrente | 1.5.3 |
Ultimo Aggiornamento | 2016-02-26 |
Data di Pubblicazione | 2016-02-26 |
Valutazione | 3.80/5 Totale 10 Valutazioni |
Sviluppatore | Phantom |
Tipo di Pagamento | free |
Lingue Supportate | 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\/*" ] } |