CTT Portugal & Correios BR

Track your items at CTT Portugal and Correios do Brasil, receive real-time notifications, compare prices and get exclusive discounts

Qu'est-ce que CTT Portugal & Correios BR ?

CTT Portugal & Correios BR est une extension Chrome développée par https://comprasimportadas.com, et sa fonction principale est "Track your items at CTT Portugal and Correios do Brasil, receive real-time notifications, compare prices and get exclusive discounts".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension CTT Portugal & Correios BR

Téléchargez les fichiers d'extension CTT Portugal & Correios BR au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Package tracking extension for Brazil and Portugal, real-time notifications about the tracking status. Video reviews of new tech products, and news about online shopping.

A new tab with your favorite news, order tracking, weather, to-do list, promotions and more!

- Track your orders;
- See the quotation of the dollar against the Real;
- Compare prices;
- Receive exclusive discounts;
- Search anywhere for products;
- Receive notifications about promotions;

IMPORTANT
* This extension uses the following affiliate programs: AliExpress, Amazon, Banggood and Shopee. By installing and using it, you agree to replace the links on these sites with affiliate links.
* Affiliate links do not generate any additional costs for the user.                    

Informations de Base sur l'Extension

Nom CTT Portugal & Correios BR CTT Portugal & Correios BR
ID ppiheecnlnojcplpbkeejfclaaelabhp
URL Officiel https://chromewebstore.google.com/detail/ctt-portugal-correios-br/ppiheecnlnojcplpbkeejfclaaelabhp
Description Track your items at CTT Portugal and Correios do Brasil, receive real-time notifications, compare prices and get exclusive discounts
Taille du Fichier 272 KB
Nombre d'Installations 179
Version Actuelle 2.0.5
Dernière Mise à Jour 2023-08-10
Date de Publication 2021-01-10
Évaluation 4.20/5 Total 5 Évaluations
Développeur https://comprasimportadas.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://comprasimportadas.com/
URL de la Page d'Aide https://comprasimportadas.com/privacidade-extensao/
URL de la Page de Politique de Confidentialité https://comprasimportadas.com/privacidade-extensao
Langues Prises en Charge en,pt-BR,pt-PT
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "default_locale": "en",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "short_name": "Compras",
    "version": "2.0.5",
    "author": "@fmschuler",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "96": "icons\/96.png",
        "128": "icons\/128.png"
    },
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "action": {
        "default_icon": "icons\/32-any_theme.png",
        "default_title": "__MSG_appName__",
        "default_popup": "popup.html",
        "browser_style": true
    },
    "permissions": [
        "notifications",
        "storage",
        "geolocation",
        "tabs",
        "activeTab",
        "webNavigation"
    ],
    "host_permissions": [
        "*:\/\/*.ipinfo.io\/*",
        "*:\/\/*.rss.app\/*",
        "*:\/\/*.comprasimportadas.com\/*"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'",
        "sandbox": "sandbox allow-scripts; script-src 'self' 'https:\/\/comprasimportadas.com'; object-src 'self'"
    }
}