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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Track your items at CTT Portugal and Correios do Brasil, receive real-time notifications, compare prices and get exclusive discounts"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में CTT Portugal & Correios BR एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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'" } } |