Rastreamento Correios - Minha Encomenda

Rastreie suas encomendas dos Correios de forma automatizada. Ferramenta de rastreamento gratuita.

Rastreamento Correios - Minha Encomendaคืออะไร?

Rastreamento Correios - Minha Encomenda เป็นส่วนขยายของ Chrome ที่พัฒนาโดย GuiDev และคุณลักษณะหลักของมันคือ "Rastreie suas encomendas dos Correios de forma automatizada. Ferramenta de rastreamento gratuita."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Rastreamento Correios - Minha Encomenda

ดาวน์โหลดไฟล์ส่วนขยาย Rastreamento Correios - Minha Encomenda ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Rastreie suas encomendas dos Correios e receba alerta a cada nova atualização!

Rastreamento com eficiência e simplicidade.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Rastreamento Correios - Minha Encomenda Rastreamento Correios - Minha Encomenda
ID lpekkapnoodabclmphejcgeijfikndcg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/rastreamento-correios-min/lpekkapnoodabclmphejcgeijfikndcg
คำอธิบาย Rastreie suas encomendas dos Correios de forma automatizada. Ferramenta de rastreamento gratuita.
ขนาดไฟล์ 155 KB
จำนวนการติดตั้ง 33
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2022-07-26
วันที่เผยแพร่ 2022-07-12
คะแนน 1.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา GuiDev
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Rastreamento Correios - Minha Encomenda",
    "version": "1.1",
    "description": "Rastreie suas encomendas dos Correios de forma automatizada. Ferramenta de rastreamento gratuita.",
    "short_name": "Minha Encomenda",
    "author": "Guilherme Wiszniewski ",
    "homepage_url": "https:\/\/github.com\/guiwisz\/",
    "minimum_chrome_version": "90",
    "permissions": [
        "tabs",
        "notifications",
        "storage",
        "alarms"
    ],
    "host_permissions": [
        "https:\/\/proxyapp.correios.com.br\/*"
    ],
    "background": {
        "service_worker": "js\/background.js",
        "type": "module"
    },
    "action": {
        "default_title": "Minha Encomenda - Objetos",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "16x16.png",
        "32": "32x32.png",
        "48": "48x48.png",
        "128": "128x128.png",
        "256": "256x256.png"
    }
}