CTT Portugal & Correios BR

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

CTT Portugal & Correios BR란 무엇입니까?

CTT Portugal & Correios BR은(는) https://comprasimportadas.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Track your items at CTT Portugal and Correios do Brasil, receive real-time notifications, compare prices and get exclusive discounts"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

CTT Portugal & Correios BR 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 CTT Portugal & Correios BR CTT Portugal & Correios BR
ID ppiheecnlnojcplpbkeejfclaaelabhp
공식 URL https://chromewebstore.google.com/detail/ctt-portugal-correios-br/ppiheecnlnojcplpbkeejfclaaelabhp
설명 Track your items at CTT Portugal and Correios do Brasil, receive real-time notifications, compare prices and get exclusive discounts
파일 크기 272 KB
설치 횟수 179
현재 버전 2.0.5
최근 업데이트 2023-08-10
출시 날짜 2021-01-10
평점 4.20/5 총 5 개의 평점
개발자 https://comprasimportadas.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://comprasimportadas.com/
도움말 페이지 URL https://comprasimportadas.com/privacidade-extensao/
개인정보 보호 정책 페이지 URL https://comprasimportadas.com/privacidade-extensao
지원되는 언어 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'"
    }
}