Correios Helper

Simples extensão para facilitar o rastreamento de pacotes nos Correios.

Correios Helper là gì?

Correios Helper là một tiện ích mở rộng Chrome được phát triển bởi Haeur, và tính năng chính của nó là "Simples extensão para facilitar o rastreamento de pacotes nos Correios.".

Ả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 Correios Helper

Tải xuống các tệp mở rộng Correios Helper 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 Correios Helper Correios Helper
ID nendlnbbbeofkkifjfpkkbekfcbeghdk
URL Chính Thức https://chrome.google.com/webstore/detail/correios-helper/nendlnbbbeofkkifjfpkkbekfcbeghdk
Mô tả Simples extensão para facilitar o rastreamento de pacotes nos Correios.
Kích Thước Tệp 221 KB
Số Lần Cài Đặt 1,156
Phiên Bản Hiện Tại 0.27
Cập Nhật Lần Cuối 2017-05-20
Ngày Phát Hành 2017-05-20
Đánh Giá 4.53/5 Tổng số 51 Đánh Giá
Nhà Phát Triển Haeur
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Correios Helper",
    "description": "Simples extens\u00e3o para facilitar o rastreamento de pacotes nos Correios.",
    "version": "0.27",
    "browser_action": {
        "default_icon": "icon128.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/jquery-3.2.1.min.js",
            "js\/history.js",
            "js\/tracker.js",
            "js\/background-alarm.js"
        ]
    },
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "storage",
        "alarms",
        "http:\/\/webservice.correios.com.br\/"
    ]
}