Easy Shipping Tracker

Track packages via USPS, UPS, DHL and FEDEX

Qu'est-ce que Easy Shipping Tracker ?

Easy Shipping Tracker est une extension Chrome développée par https://onlineresellerlab.com, et sa fonction principale est "Track packages via USPS, UPS, DHL and FEDEX".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Easy Shipping Tracker

Téléchargez les fichiers d'extension Easy Shipping Tracker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Easy Shipping Tracker is an easy to use extension that allows you to highlight a UPS, USPS, DHL or Fedex tracking number, right click, and select "track my package" to go directly to the shipping carrier tracking information. 

No more copy and pasting!  Just one button click to do it all.

This extension is free with no signups, software redirects or fees.

I designed this app because as an eBay seller, I was tired of eBay not updating the shipping info fast enough and realized that if I wanted to track a package on the carrier website, I had to go to the carrier website and copy and paste the tracking info.  Why not make it simpler with one click?

If you have comments or feedback, please visit us at:
https://OnlineResellerLab.com
Facebook: https://www.facebook.com/ebaysellingguide/
Twitter: https://twitter.com/ebaysellingguid
Email: [email protected]

Revisions:
1.0.0.3 - Added DHL US                    

Informations de Base sur l'Extension

Nom Easy Shipping Tracker Easy Shipping Tracker
ID hdkccijpfadcahhgbjbgolcbifnapieo
URL Officiel https://chromewebstore.google.com/detail/easy-shipping-tracker/hdkccijpfadcahhgbjbgolcbifnapieo
Description Track packages via USPS, UPS, DHL and FEDEX
Taille du Fichier 21.18 KB
Nombre d'Installations 1,335
Version Actuelle 1.0.0.3
Dernière Mise à Jour 2018-02-06
Date de Publication 2018-02-06
Évaluation 3.29/5 Total 7 Évaluations
Développeur https://onlineresellerlab.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://onlineresellerlab.com
URL de la Page de Politique de Confidentialité https://onlineresellerlab.com/privacy-policy
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Easy Shipping Tracker",
    "description": "Track packages via USPS, UPS, DHL and FEDEX",
    "version": "1.0.0.3",
    "browser_action": {
        "default_icon": "icon-19.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "manifest_version": 2
}