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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://comprasimportadas.com และคุณลักษณะหลักของมันคือ "Track your items at CTT Portugal and Correios do Brasil, receive real-time notifications, compare prices and get exclusive discounts"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CTT Portugal & Correios BR
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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'" } } |