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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
이메일 | [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 } |