USPS Shipping Accuracy Fixer
Updates the USPS package tracking system to more accurately reflect estimated shipping date.
What is USPS Shipping Accuracy Fixer?
USPS Shipping Accuracy Fixer is a Chrome extension developed by h3smith, and its main feature is "Updates the USPS package tracking system to more accurately reflect estimated shipping date.".
Download USPS Shipping Accuracy Fixer Extension CRX File
Download USPS Shipping Accuracy Fixer 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
When you view USPS tracking, this helps give you a better estimated delivery time!
Extension Basic Information
Name | |
ID | jpjjhelcomomabpoiohcdjmllhflccci |
Official URL | https://chrome.google.com/webstore/detail/usps-shipping-accuracy-fi/jpjjhelcomomabpoiohcdjmllhflccci |
Description | Updates the USPS package tracking system to more accurately reflect estimated shipping date. |
File Size | 3.5 KB |
Installation Count | 306 |
Current Version | 1.2 |
Last Updated | 2015-09-23 |
Publish Date | 2015-09-23 |
Rating | 4.00/5 Total 5 Ratings |
Developer | h3smith |
Payment Type | free |
Supported Languages | 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" } ] } |