Correios Tracker

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

What is Correios Tracker?

Correios Tracker is a Chrome extension developed by Adriano Chambel, and its main feature is "Bem vindo(a) ao Correios Tracker, gerencie e rastreie seus objetos de forma automatizada.".

Extension Screenshots

screenshot
screenshot

Download Correios Tracker Extension CRX File

Download Correios Tracker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name Correios Tracker Correios Tracker
ID nemepngjloclnhiflpcgkcbggnfbhjni
Official URL https://chromewebstore.google.com/detail/correios-tracker/nemepngjloclnhiflpcgkcbggnfbhjni
Description Bem vindo(a) ao Correios Tracker, gerencie e rastreie seus objetos de forma automatizada.
File Size 734 KB
Installation Count 1,078
Current Version 0.12.2
Last Updated 2023-02-07
Publish Date 2019-05-06
Rating 4.14/5 Total 81 Ratings
Developer Adriano Chambel
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}