InPost PL - track parcel - non-official client

Extension allows to track a parcel InPost PL

InPost PL - track parcel - non-official client là gì?

InPost PL - track parcel - non-official client là một tiện ích mở rộng Chrome được phát triển bởi OVM SOFT UA, và tính năng chính của nó là "Extension allows to track a parcel InPost PL".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng InPost PL - track parcel - non-official client

Tải xuống các tệp mở rộng InPost PL - track parcel - non-official client 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

                                            

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

Tên InPost PL - track parcel - non-official client InPost PL - track parcel - non-official client
ID djiillgknbejncmlfnanlnppbebmolje
URL Chính Thức https://chromewebstore.google.com/detail/inpost-pl-track-parcel-no/djiillgknbejncmlfnanlnppbebmolje
Mô tả Extension allows to track a parcel InPost PL
Kích Thước Tệp 18.28 KB
Số Lần Cài Đặt 48
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2016-02-07
Ngày Phát Hành 2016-02-07
Nhà Phát Triển OVM SOFT UA
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en,pl,ru,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "pl",
    "version": "0.1",
    "background": {
        "scripts": [
            "common.js",
            "background.js"
        ]
    },
    "permissions": [
        "contextMenus"
    ],
    "icons": {
        "16": "icon16.png",
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    }
}