Correios Helper

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

Correios Helperとは何ですか?

Correios HelperはHaeurによって開発されたChromeの拡張機能で、その主な機能は「Simples extensão para facilitar o rastreamento de pacotes nos Correios.」です。

拡張機能のスクリーンショット

screenshot

Correios Helper拡張機能のCRXファイルをダウンロード

Correios Helper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                                            

拡張機能の基本情報

名前 Correios Helper Correios Helper
ID nendlnbbbeofkkifjfpkkbekfcbeghdk
公式URL https://chrome.google.com/webstore/detail/correios-helper/nendlnbbbeofkkifjfpkkbekfcbeghdk
説明 Simples extensão para facilitar o rastreamento de pacotes nos Correios.
ファイルサイズ 221 KB
インストール数 1,156
現在のバージョン 0.27
最終更新日 2017-05-20
公開日 2017-05-20
評価 4.53/5 合計 51 レビュー
開発者 Haeur
支払い方法 free
対応言語 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\/"
    ]
}