Track & Trace Parcel Manager Dashboard

Track & Trace International Parcels. Global Parcel Tracker & Manager

Track & Trace Parcel Manager Dashboardคืออะไร?

Track & Trace Parcel Manager Dashboard เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://tracktrace.delivery และคุณลักษณะหลักของมันคือ "Track & Trace International Parcels. Global Parcel Tracker & Manager"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Track & Trace Parcel Manager Dashboard

ดาวน์โหลดไฟล์ส่วนขยาย Track & Trace Parcel Manager Dashboard ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Would you be able to track your parcels? We have the perfect solution for you with TrackTrace.Delivery, you can easily find and track any shipment. We support many popular carriers and couriers and continually enhance our tracking algorithm. Enter your tracking number in the Track & Trace Extension and click the "TRACK & TRACE" button to track your package effortlessly.

We offer a convenient parcel management feature. With our Parcel Manager, you can organize and manage all your incoming and outgoing shipments in one place. Say goodbye to the hassle of juggling multiple tracking numbers and enjoy a streamlined and efficient parcel management experience with TrackTrace.Delivery.

The main functions of the extension:

* Parcel Manager: Our Parcel Manager feature on TrackTrace.Delivery provides a convenient and centralized platform for tracking all your packages. You can easily input your tracking numbers and stay updated on the delivery statuses of your parcels.

* Hot Links on Popular Sites: Accessing our services are made even more accessible with hot links available on popular platforms such as Gmail, YouTube, Facebook, Twitter, and more.

* Current Date and Time: Stay current with the date and time displayed on TrackTrace.Delivery Extension.

Experience the convenience and efficiency of our Parcel Manager, hot links, and up-to-date time display as part of the comprehensive tracking services provided by TrackTrace.Delivery.

Privacy Policy:
https://tracktrace.delivery/pages/extension-privacy-policy

Terms of Use:
https://tracktrace.delivery/pages/extension-terms-of-use                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Track & Trace Parcel Manager Dashboard Track & Trace Parcel Manager Dashboard
ID jfbeaemkapflnkojkefefbpliabnflpf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/track-trace-parcel-manage/jfbeaemkapflnkojkefefbpliabnflpf
คำอธิบาย Track & Trace International Parcels. Global Parcel Tracker & Manager
ขนาดไฟล์ 55.2 KB
จำนวนการติดตั้ง 2,824
เวอร์ชันปัจจุบัน 3.0.0
อัปเดตครั้งล่าสุด 2023-05-26
วันที่เผยแพร่ 2021-02-11
คะแนน 4.50/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา https://tracktrace.delivery
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://tracktrace.delivery
URL หน้าช่วยเหลือ https://tracktrace.delivery/pages/contact-us
URL หน้านโยบายความเป็นส่วนตัว https://posttrack.com/en/pages/privacy
ภาษาที่รองรับ en,ru,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "manifest_version": 2,
    "version": "3.0.0",
    "homepage_url": "https:\/\/tracktrace.delivery\/?utm_campaign=tracktrace_extension&utm_source=extension&utm_medium=about",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/tracktrace.delivery\/*"
            ],
            "css": [
                "css\/injection.css"
            ],
            "js": [
                "js\/tt_injection.js"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/tracktrace.delivery\/*"
        ]
    },
    "permissions": [],
    "browser_action": {
        "default_icon": {
            "16": "icons\/16x16.png",
            "32": "icons\/32x32.png",
            "48": "icons\/48x48.png",
            "128": "icons\/128x128.png"
        },
        "default_title": "Track & Trace Parcels Manager Dashboard"
    },
    "icons": {
        "16": "icons\/16x16.png",
        "32": "icons\/32x32.png",
        "48": "icons\/48x48.png",
        "128": "icons\/128x128.png"
    },
    "background": {
        "scripts": [
            "js\/tt_background.js"
        ]
    },
    "web_accessible_resources": [
        "icons\/*",
        "js\/*"
    ],
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "content_security_policy": "script-src 'self' 'sha256-XVrX+tDHWh+zHR9vr3L4hLXLMIyQZmt9G7mmXdFiJPQ='; object-src 'none'"
}