Tracking Panda

Track your packages realtime and automatically notified when the shipping status is changed

Tracking Panda란 무엇입니까?

Tracking Panda은(는) https://trackingpanda.com/browser-extension에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Track your packages realtime and automatically notified when the shipping status is changed"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Tracking Panda 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Tracking Panda is a Chrome Extension which can be used to get tracking status of shipping items.

It is useful extension if you need any parcel tracking. You can simply enter your tracking number and get latest status of your shipment.

Currently it is supported USPS tracking, UPS tracking, FedEx tracking,  DHL Express tracking, Lasership tracking, OnTrac tracking, Canada Post tracking, Mondial Relay tracking.                    

확장 프로그램 기본 정보

이름 Tracking Panda Tracking Panda
ID dnbcjlcejhcnfbbleipnmgodklepaaeb
공식 URL https://chrome.google.com/webstore/detail/tracking-panda/dnbcjlcejhcnfbbleipnmgodklepaaeb
설명 Track your packages realtime and automatically notified when the shipping status is changed
파일 크기 1.57 MB
설치 횟수 90
현재 버전 1.2.4
최근 업데이트 2017-11-30
출시 날짜 2017-11-30
평점 3.00/5 총 2 개의 평점
개발자 https://trackingpanda.com/browser-extension
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://trackingpanda.com/chrome-extension/
개인정보 보호 정책 페이지 URL https://extensionmatrix.com/pdftojpg
지원되는 언어 en
manifest.json
{
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "Tracking Panda"
    },
    "background": {
        "scripts": [
            "js\/Background\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/extensionmatrix.com\/*"
            ],
            "js": [
                "js\/ContentScripts\/injectDivExtensionId.js"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/trackingpanda.com\/browser-extension\/*"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "html\/index.html"
    },
    "description": "Track your packages realtime and automatically notified when the shipping status is changed",
    "icons": {
        "128": "icons\/icon128.png",
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/extensionmatrix.com\/ https:\/\/extensionmatrix.com:3000\/ https:\/\/ssl.google-analytics.com https:\/\/www.google-analytics.com; object-src 'self' https:\/\/extensionmatrix.com\/ https:\/\/extensionmatrix.com:3000\/",
    "manifest_version": 2,
    "default_locale": "en",
    "name": "Tracking Panda",
    "short_name": "Tracking Panda",
    "options_page": "html\/options.html",
    "permissions": [
        "management",
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.2.4",
    "web_accessible_resources": []
}