Your Package - parcel tracking

Track your package in one click! Detailed shipping information, friendly interface, delivery notifications.

Your Package - parcel tracking là gì?

Your Package - parcel tracking là một tiện ích mở rộng Chrome được phát triển bởi http://vamposylka.net, và tính năng chính của nó là "Track your package in one click! Detailed shipping information, friendly interface, delivery notifications.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Your Package - parcel tracking

Tải xuống các tệp mở rộng Your Package - parcel tracking dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Your Package benefits:

* More than 600 postal and courier services;
* Delivery information updates several times a day;
* Detail information for each tracking number;
* Notification of package delivery;
* Simple and user-friendly interface.

The extension works directly from the browser, so you don't need to visit an additional site to view or to add new tracking.

You can add a tracking number by:
* Clicking on the logo extension next to the tracking number (it's 1 click);
* Selecting a tracking number, then calling the context menu and selecting "Track" (it is 2 clicks);
* Opening the app and adding a tracking number there (also 2 clicks);

You can track the packages from popular marketplaces:
Amazon, eBay, AliExpress, ASOS, H&M and many others.

It’s possible to track packages from the United States, China, Germany, the United Kingdom, Russia and other countries using the Your Package extension.

We support USPS, DHL, FedEx and more 600 postal services.

You can send any questions and suggestions related to the "Your package" extension to the [email protected]

By installing the "Your package" extension, you accept the terms of the "User Agreement " and "Privacy Policy". 
User Agreement — https://vamposylka.net/agreement
Privacy Policy — https://vamposylka.net/policy

We also want to note that by installing an extension, you allow developers to receive cashback from your purchases on partner sites as a reward for using the extension.

We support the policy of the Chrome Web store with the minimum rational use of permissions:

1. «http(s)://*/*»
    - Quick adding the track numbers from various online stores.
2. «ContextMenus»
    - Adding a tracking number from the context menu.
3. «Cookies»
    - Determining the user's language set in cookies on the  vamposylka.net.
4. «GCM»
   - Receive server notifications about package delivery.
5. «Notifications»
    - Display notifications about the delivered package.
6. «Alarms»
    - Background update of information on track numbers.
5. «Tabs» и «WebNavigation»
    - Correct work with partner sites.
6. «Storage»
    - Storage of extension settings.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Your Package - parcel tracking Your Package - parcel tracking
ID oaaiakcplphnankiegbjjfkdjhaelkgp
URL Chính Thức https://chrome.google.com/webstore/detail/%D0%B2%D0%B0%D0%BC-%D0%BF%D0%BE%D1%81%D1%8B%D0%BB%D0%BA%D0%B0-%D0%BE%D1%82%D1%81%D0%BB%D0%B5%D0%B6%D0%B8%D0%B2%D0%B0%D0%BD%D0%B8%D0%B5/oaaiakcplphnankiegbjjfkdjhaelkgp
Mô tả Track your package in one click! Detailed shipping information, friendly interface, delivery notifications.
Kích Thước Tệp 1.29 MB
Số Lần Cài Đặt 30,000
Phiên Bản Hiện Tại 1.4.9
Cập Nhật Lần Cuối 2021-08-03
Ngày Phát Hành 2020-06-30
Đánh Giá 3.98/5 Tổng số 60 Đánh Giá
Nhà Phát Triển http://vamposylka.net
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://vamposylka.net
URL Trang Chính Sách Bảo Mật https://vamposylka.net/policy
Ngôn Ngữ Được Hỗ Trợ id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_EXTENSION_NAME__",
    "short_name": "__MSG_EXTENSION_SHORT_NAME__",
    "description": "__MSG_EXTENSION_DESCRIPTION__",
    "version": "1.4.9",
    "default_locale": "ru",
    "homepage_url": "https:\/\/vamposylka.net",
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "__MSG_EXTENSION_DEFAULT_TITLE__"
    },
    "icons": {
        "16": "icons\/icon_16.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "permissions": [
        "contextMenus",
        "webNavigation",
        "storage",
        "alarms",
        "tabs",
        "gcm",
        "notifications",
        "cookies",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "css\/content-script.css",
                "css\/font-page.css"
            ],
            "js": [
                "lib\/jquery.js",
                "contentScript.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.vamposylka.net\/*",
                "*:\/\/*.yourpackage.net\/*"
            ],
            "js": [
                "site.js"
            ]
        }
    ],
    "options_page": "settings.html",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "web_accessible_resources": [
        "fonts\/*"
    ]
}