USPS Shipping Accuracy Fixer
Updates the USPS package tracking system to more accurately reflect estimated shipping date.
USPS Shipping Accuracy Fixer क्या है?
USPS Shipping Accuracy Fixer h3smith द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Updates the USPS package tracking system to more accurately reflect estimated shipping date."।
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में USPS Shipping Accuracy Fixer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
When you view USPS tracking, this helps give you a better estimated delivery time!
एक्सटेंशन की मूल जानकारी
नाम | |
ID | jpjjhelcomomabpoiohcdjmllhflccci |
आधिकारिक URL | https://chrome.google.com/webstore/detail/usps-shipping-accuracy-fi/jpjjhelcomomabpoiohcdjmllhflccci |
विवरण | Updates the USPS package tracking system to more accurately reflect estimated shipping date. |
फ़ाइल का आकार | 3.5 KB |
स्थापना संख्या | 306 |
वर्तमान संस्करण | 1.2 |
अंतिम अपडेट | 2015-09-23 |
प्रकाशन तिथि | 2015-09-23 |
रेटिंग | 4.00/5 कुल 5 रेटिंग्स |
डेवलपर | h3smith |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "USPS Shipping Accuracy Fixer", "version": "1.2", "description": "Updates the USPS package tracking system to more accurately reflect estimated shipping date.", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ] } |