Correios Tracker

Bem vindo(a) ao Correios Tracker, gerencie e rastreie seus objetos de forma automatizada.

Correios Tracker là gì?

Correios Tracker là một tiện ích mở rộng Chrome được phát triển bởi Adriano Chambel, và tính năng chính của nó là "Bem vindo(a) ao Correios Tracker, gerencie e rastreie seus objetos de forma automatizada.".

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

Tải xuống các tệp mở rộng Correios Tracker 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

                        Apenas insira o número do objeto e você será notificado a cada verificação sobre o status. Não perca mais tempo entrando no site dos correios em busca da informação, este trabalho chato nós já fizemos.
Instale agora e aproveite!                    

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

Tên Correios Tracker Correios Tracker
ID nemepngjloclnhiflpcgkcbggnfbhjni
URL Chính Thức https://chromewebstore.google.com/detail/correios-tracker/nemepngjloclnhiflpcgkcbggnfbhjni
Mô tả Bem vindo(a) ao Correios Tracker, gerencie e rastreie seus objetos de forma automatizada.
Kích Thước Tệp 734 KB
Số Lần Cài Đặt 1,078
Phiên Bản Hiện Tại 0.12.2
Cập Nhật Lần Cuối 2023-02-07
Ngày Phát Hành 2019-05-06
Đánh Giá 4.14/5 Tổng số 81 Đánh Giá
Nhà Phát Triển Adriano Chambel
Email [email protected]
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": 3,
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA3RLYtR9nuPai1ck06RC3cGwiEXQolypPOVX10sdDLC7kHuoGnvE1mydrTabNAptyl48vWSxq47iRsEdVdZS0Tdq4D7GHhSS4IqBrQqDVrVqsqgtWjlbn4MeonV\/+s0YItGIPY4Xb+1GGrdYsl31hFR4CWKMVcgv8xqDMBqzilurkG2c\/q1jdmpNKRB5t4rAOoJ+v6CMx1HA59MuPohmcFW0IPkcz\/XiWuRZhspcjuYS0NscIm5zSiUdPZBwdPmB1IVTH69+Y9Dnw+Z+Rt1xFLoqZ\/mPO3HrCGF1daKJHItvP4ff3066UrcEiHJjjTkk0BmefDAiEDUt5hhqg1nk1PQIDAQAB",
    "name": "Correios Tracker",
    "description": "Bem vindo(a) ao Correios Tracker, gerencie e rastreie seus objetos de forma automatizada.",
    "short_name": "Correios Tracker",
    "version": "0.12.2",
    "author": "Adriano Chambel ",
    "homepage_url": "https:\/\/github.com\/achambel\/correios-tracker",
    "minimum_chrome_version": "92",
    "permissions": [
        "tabs",
        "notifications",
        "storage",
        "alarms",
        "unlimitedStorage",
        "identity"
    ],
    "host_permissions": [
        "https:\/\/trackerit.fly.dev\/*"
    ],
    "background": {
        "service_worker": "js\/worker.js",
        "type": "module"
    },
    "action": {
        "default_title": "Correios Tracker - rastrear objetos"
    },
    "icons": {
        "16": "16x16.png",
        "48": "48x48.png",
        "128": "128x128.png"
    }
}