Rastreamento

Rastreamento do Correio de objetos online apenas utilizando o número de rastreio.

Was ist Rastreamento?

Rastreamento ist eine Chrome-Erweiterung, die von https://rastreamentocorreio.com entwickelt wurde, und ihr Hauptmerkmal ist "Rastreamento do Correio de objetos online apenas utilizando o número de rastreio.".

Erweiterungsscreenshots

screenshot

Rastreamento-Erweiterungs-CRX-Datei herunterladen

Laden Sie Rastreamento-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Rastreamento do Correio online. Extensão com link para rastrear objetos enviados pelos correios do Brasil.                    

Grundlegende Informationen zur Erweiterung

Name Rastreamento Rastreamento
ID ccbncgbfckikaebhfopimlbekafppepo
Offizielle URL https://chrome.google.com/webstore/detail/rastreamento/ccbncgbfckikaebhfopimlbekafppepo
Beschreibung Rastreamento do Correio de objetos online apenas utilizando o número de rastreio.
Dateigröße 112 KB
Installationsanzahl 37
Aktuelle Version 1.0
Letztes Update 2018-04-20
Veröffentlichungsdatum 2018-04-20
Entwickler https://rastreamentocorreio.com
Zahlungsart free
Erweiterungswebsite https://rastreamentocorreio.com
Hilfeseite URL https://rastreamentocorreio.com/rastreio-de-encomendas/
URL der Datenschutzrichtlinien-Seite http://consultarcnpj.com.br/como-abrir-um-cnpj
Unterstützte Sprachen pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Rastreamento",
    "description": "Rastreamento do Correio de objetos online apenas utilizando o n\u00famero de rastreio.",
    "version": "1.0",
    "icons": {
        "16": "icon-16x16.png",
        "48": "icon-48x48.png",
        "128": "icon-128x128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/stackoverflow.com\/users\/*"
            ],
            "js": [
                "jquery.js",
                "myscript.js"
            ]
        }
    ]
}