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”。
擴展截圖
下載CTT Portugal & Correios BR擴展crx文件
下載CTT Portugal & Correios BR擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
ID | ppiheecnlnojcplpbkeejfclaaelabhp |
官方網址 | 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'" } } |