British Airways Avios Collection Reminder
A Chrome browser plugin that will remind BA customers which retailers they can collect Avios points with.
British Airways Avios Collection Reminder क्या है?
British Airways Avios Collection Reminder https://shopping.ba.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A Chrome browser plugin that will remind BA customers which retailers they can collect Avios points with."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में British Airways Avios Collection Reminder एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Never miss out on collecting Avios through eStore again with the British Airways Avios Collection Reminder. Over 200 of our most popular brands are included. Add the reminder to your browser to: * See where you can collect Avios online when you search for products or brands. * Find out the current Avios collection rate for a brand. * Shop without having to go to eStore every time. Remember purchase conditions may appply for some brands, always check the merchant page on eStore. By using the Collection Reminder you are agreeing to the normal eStore terms and conditions.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | hbhpmkcbobfmndllbcllnooeaghkdoka |
आधिकारिक URL | https://chromewebstore.google.com/detail/british-airways-avios-col/hbhpmkcbobfmndllbcllnooeaghkdoka |
विवरण | A Chrome browser plugin that will remind BA customers which retailers they can collect Avios points with. |
फ़ाइल का आकार | 230 KB |
स्थापना संख्या | 8,373 |
वर्तमान संस्करण | 2.0.0 |
अंतिम अपडेट | 2023-08-24 |
प्रकाशन तिथि | 2020-06-07 |
रेटिंग | 2.63/5 कुल 16 रेटिंग्स |
डेवलपर | https://shopping.ba.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
सहायता पृष्ठ URL | https://shopping.ba.com/collection-reminder |
गोपनीयता नीति पृष्ठ URL | https://www.shopping.ba.com/privacy |
समर्थित भाषाएँ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "2.0.0", "short_name": "BA Collection Reminder", "name": "British Airways Avios Collection Reminder", "description": "A Chrome browser plugin that will remind BA customers which retailers they can collect Avios points with.", "incognito": "split", "content_scripts": [ { "matches": [ "https:\/\/*.google.com\/search*", "https:\/\/*.google.co.uk\/search*" ], "js": [ "content.js", "static\/js\/inject.js", "static\/js\/vendor.js" ], "css": [ "static\/css\/inject.css" ], "run_at": "document_idle" } ], "background": { "service_worker": "background.js" }, "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "action": { "default_popup": "index.html", "default_icon": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } }, "permissions": [ "tabs", "cookies", "storage" ], "host_permissions": [ "*:\/\/*.shopping.ba.com\/*" ], "web_accessible_resources": [ { "resources": [ "index.html", "static\/js\/inject.js", "static\/js\/vendor.js", "static\/css\/inject.css" ], "matches": [ " |