MileReminder
MileReminder - Never Miss Another Mile!
Τι είναι το MileReminder;
Το MileReminder είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://milereminder.com, και η κύρια λειτουργία του είναι "MileReminder - Never Miss Another Mile!".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης MileReminder
Λήψη αρχείων επέκτασης MileReminder σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
MileReminder will notify you when are you browsing one of 240+ stores online that reward Airmiles or Aeroplan points including Amazon, Atmosphere, Expedia, Ebay, Sportchek, Sears, Joe Fresh, iTunes, Nike, Adidas, Lego, Chapters and More! All you have to do is first visit AirmilesShops.ca or Aeroplan.ca/eStore and then navigate to the online retailer of choice. Never miss a mile - use MileReminder!
Βασικές Πληροφορίες Επέκτασης
Όνομα | MileReminder |
ID | lpajkefiheohekpponaedciidcbcghge |
Επίσημο URL | https://chromewebstore.google.com/detail/milereminder/lpajkefiheohekpponaedciidcbcghge |
Περιγραφή | MileReminder - Never Miss Another Mile! |
Μέγεθος Αρχείου | 698 KB |
Αριθμός Εγκαταστάσεων | 358 |
Τρέχουσα Έκδοση | 1.5.1 |
Τελευταία Ενημέρωση | 2017-11-18 |
Ημερομηνία Δημοσίευσης | 2017-11-18 |
Αξιολόγηση | 3.67/5 Συνολικά 3 Αξιολογήσεις |
Προγραμματιστής | https://milereminder.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "MileReminder", "description": "MileReminder - Never Miss Another Mile!", "version": "1.5.1", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "MileReminder!" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "activeTab", "tabs", "notifications", "*:\/\/www.airmilesshops.ca\/*", "*:\/\/*.aeroplan.com\/estore\/*" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "web_accessible_resources": [ "topbar.html" ] } |