USPS Shipping Accuracy Fixer
Updates the USPS package tracking system to more accurately reflect estimated shipping date.
¿Qué es USPS Shipping Accuracy Fixer?
USPS Shipping Accuracy Fixer es una extensión de Chrome desarrollada por h3smith, y su función principal es "Updates the USPS package tracking system to more accurately reflect estimated shipping date.".
Descargar Archivo CRX de la Extensión USPS Shipping Accuracy Fixer
Descarga archivos de extensión USPS Shipping Accuracy Fixer en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
When you view USPS tracking, this helps give you a better estimated delivery time!
Información Básica de la Extensión
Nombre | |
ID | jpjjhelcomomabpoiohcdjmllhflccci |
URL Oficial | https://chrome.google.com/webstore/detail/usps-shipping-accuracy-fi/jpjjhelcomomabpoiohcdjmllhflccci |
Descripción | Updates the USPS package tracking system to more accurately reflect estimated shipping date. |
Tamaño del Archivo | 3.5 KB |
Cantidad de Instalaciones | 306 |
Versión Actual | 1.2 |
Última Actualización | 2015-09-23 |
Fecha de Publicación | 2015-09-23 |
Calificación | 4.00/5 Total de 5 Calificaciones |
Desarrollador | h3smith |
Tipo de Pago | free |
Idiomas Soportados | 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" } ] } |