Easy Shipping Tracker
Track packages via USPS, UPS, DHL and FEDEX
Easy Shipping Trackerとは何ですか?
Easy Shipping Trackerはhttps://onlineresellerlab.comによって開発されたChromeの拡張機能で、その主な機能は「Track packages via USPS, UPS, DHL and FEDEX」です。
拡張機能のスクリーンショット
Easy Shipping Tracker拡張機能のCRXファイルをダウンロード
Easy Shipping Tracker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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
拡張機能の基本情報
名前 | Easy Shipping Tracker |
ID | hdkccijpfadcahhgbjbgolcbifnapieo |
公式URL | https://chromewebstore.google.com/detail/easy-shipping-tracker/hdkccijpfadcahhgbjbgolcbifnapieo |
説明 | Track packages via USPS, UPS, DHL and FEDEX |
ファイルサイズ | 21.18 KB |
インストール数 | 1,335 |
現在のバージョン | 1.0.0.3 |
最終更新日 | 2018-02-06 |
公開日 | 2018-02-06 |
評価 | 3.29/5 合計 7 レビュー |
開発者 | https://onlineresellerlab.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://onlineresellerlab.com |
プライバシーポリシーページのURL | https://onlineresellerlab.com/privacy-policy |
対応言語 | 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 } |