Correios Helper

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

What is Correios Helper?

Correios Helper is a Chrome extension developed by Haeur, and its main feature is "Simples extensão para facilitar o rastreamento de pacotes nos Correios.".

Extension Screenshots

screenshot

Download Correios Helper Extension CRX File

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

                                            

Extension Basic Information

Name Correios Helper Correios Helper
ID nendlnbbbeofkkifjfpkkbekfcbeghdk
Official URL https://chrome.google.com/webstore/detail/correios-helper/nendlnbbbeofkkifjfpkkbekfcbeghdk
Description Simples extensão para facilitar o rastreamento de pacotes nos Correios.
File Size 221 KB
Installation Count 1,156
Current Version 0.27
Last Updated 2017-05-20
Publish Date 2017-05-20
Rating 4.53/5 Total 51 Ratings
Developer Haeur
Payment Type free
Supported Languages 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\/"
    ]
}