Rastreamento de objetos - Correios

Consulte a situação de seus objetos. Obtemos essas informações diretamente da base dos Correios.

Rastreamento de objetos - Correios là gì?

Rastreamento de objetos - Correios là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Consulte a situação de seus objetos. Obtemos essas informações diretamente da base dos Correios.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Rastreamento de objetos - Correios

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

                        A maneira mais rápida e fácil de rastrear suas encomendas. É incrível!

Extensão criada por Édipo Juan
[email protected]
http://www.edipojuan.com.br

======================================

Se GOSTOU da ideia VOTE :D

Lembre-se, toda sugestão é muito bem vinda! Deixe nos comentários.                    

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

Tên Rastreamento de objetos - Correios Rastreamento de objetos - Correios
ID gipmnbmfcohhohgcjknpiogoaofanflo
URL Chính Thức https://chromewebstore.google.com/detail/rastreamento-de-objetos-c/gipmnbmfcohhohgcjknpiogoaofanflo
Mô tả Consulte a situação de seus objetos. Obtemos essas informações diretamente da base dos Correios.
Kích Thước Tệp 12.66 KB
Số Lần Cài Đặt 438
Phiên Bản Hiện Tại 0.7.0
Cập Nhật Lần Cuối 2019-09-27
Ngày Phát Hành 2019-09-26
Đánh Giá 2.40/5 Tổng số 5 Đánh Giá
Nhà Phát Triển Unknown
Loại Thanh Toán free
Trang Web Mở Rộng http://edipojuan.com.br/
Ngôn Ngữ Được Hỗ Trợ pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Rastreamento de objetos - Correios",
    "short_name": "ROC",
    "version": "0.7.0",
    "author": "\u00c9dipo Juan",
    "description": "Consulte a situa\u00e7\u00e3o de seus objetos. Obtemos essas informa\u00e7\u00f5es diretamente da base dos Correios.",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "images\/logo16.png",
            "32": "images\/logo32.png",
            "48": "images\/logo48.png"
        }
    },
    "icons": {
        "16": "images\/logo16.png",
        "32": "images\/logo32.png",
        "48": "images\/logo48.png"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+F",
                "mac": "MacCtrl+Shift+F"
            },
            "description": "Abrir o Rastreador"
        }
    },
    "permissions": [
        "storage"
    ]
}