HayPost Tracker
Automatically track your packages and notify about delivery status.
HayPost Tracker क्या है?
HayPost Tracker Phantom द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatically track your packages and notify about delivery status."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में HayPost Tracker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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\/*" ] } |