Basket
Compare online Amazon product prices to in-store prices and see how much you can save today!
Τι είναι το Basket;
Το Basket είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Basket, και η κύρια λειτουργία του είναι "Compare online Amazon product prices to in-store prices and see how much you can save today!".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Basket
Λήψη αρχείων επέκτασης Basket σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Automatically find the best prices for groceries by comparing online prices against your local stores and delivery providers. Do you buy groceries? Are you being overcharged? Did you know that prices for the same products can change over 20% every week depending on where you buy them? Basket is the easiest way to compare grocery prices and always find the best price. We automatically search for and compare grocery prices while you shop online. Want even better prices? Track your favorite products in your own personal-circular. Find out when they go on sale to secure the absolute best price. Want a truly mobile experience? Download the Basket app on the Android and iOS store to bring your basket with you on the go. It all adds up to the ultimate grocery platform. Finally, you know what the grocery stores know. You will make buying decisions with confidence, always knowing you are getting the best price! ------------------------------------------------------- By using this add-on, you agree to the Basket Terms & Conditions available at http://www.basket.com/terms-of-service.html. Disclaimer: This extension uses Google Analytics to collect extension usage statistics to help improve user experience. If you want to opt-out of Google Analytics tracking, please visit http://tools.google.com/dlpage/gaoptout, or you can set up a filter in Adblock Plus or similar ad blocker tools like AdBlock, uBlock or Adblock Pro.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Basket |
ID | jeknjlcpjggkbhamdfjifmbifmdhbahg |
Επίσημο URL | https://chromewebstore.google.com/detail/basket/jeknjlcpjggkbhamdfjifmbifmdhbahg |
Περιγραφή | Compare online Amazon product prices to in-store prices and see how much you can save today! |
Μέγεθος Αρχείου | 3.21 MB |
Αριθμός Εγκαταστάσεων | 67 |
Τρέχουσα Έκδοση | 4.10.0 |
Τελευταία Ενημέρωση | 2021-08-04 |
Ημερομηνία Δημοσίευσης | 2020-09-18 |
Αξιολόγηση | 4.91/5 Συνολικά 11 Αξιολογήσεις |
Προγραμματιστής | Basket |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | http://www.basket.com/ |
URL της Σελίδας Πολιτικής Απορρήτου | https://basket.com/privacy-terms |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Basket", "short_name": "Compare In-Store Savings Online", "version": "4.10.0", "description": "Compare online Amazon product prices to in-store prices and see how much you can save today!", "icons": { "16": "\/16\/16x16.png", "32": "\/32\/32x32.png", "48": "\/48\/48x48.png", "128": "\/128\/128x128.png" }, "permissions": [ "activeTab", "geolocation", "storage", "tabs", "identity", "http:\/\/*\/*", "https:\/\/*\/*" ], "oauth2": { "client_id": "1028659044518-26mvo0c9hvq8emvpqn490ikjffop89kl.apps.googleusercontent.com", "scopes": [ "openid", "email", "profile" ] }, "content_security_policy": "script-src 'self' https:\/\/appleid.cdn-apple.com 'sha256-8PJVJ3nLKVfx3Ib7PclvxeLogE+1p+ig0bnU7v\/hROk=' https:\/\/connect.facebook.net 'sha256-V+\/U3qbjHKP0SaNQhMwYNm62gfWX4QHwPJ7We1PXokI=' https:\/\/cdn.rawgit.com https:\/\/polyfill.io https:\/\/cdn.jsdelivr.net\/npm\/superagent https:\/\/www.google-analytics.com https:\/\/browser.sentry-cdn.com https:\/\/www.googletagmanager.com https:\/\/ssl.google-analytics.com https:\/\/www.google-analytics.com https:\/\/appleid.cdn-apple.com 'sha256-xOLfJaAhA73tRdvnpJLAnWATRCIFWjXxX71s3cEJTKE='; object-src 'self'", "content_scripts": [ { "run_at": "document_end", "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js", "tooltip.js", "js\/jquery.js", "css\/bootstrap.min.js", "js\/analytics.js" ] } ], "web_accessible_resources": [ "*.js", "*.png", "*.css", "lib\/oauth2\/oauth2.html", "popup.html" ], "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_title": "Basket", "default_icon": "\/48\/48x48.png", "default_popup": ".\/popup.html" } } |