SPOT ON - save time & shop with certainty
Tired of hours of shopping research? Spot On instantly recommends the best products right on your Google search results page.
Τι είναι το SPOT ON - save time & shop with certainty;
Το SPOT ON - save time & shop with certainty είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Cherry, και η κύρια λειτουργία του είναι "Tired of hours of shopping research? Spot On instantly recommends the best products right on your Google search results page.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης SPOT ON - save time & shop with certainty
Λήψη αρχείων επέκτασης SPOT ON - save time & shop with certainty σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
🖥 How it works 🖥 ⭐️ Research across the web Our algorithm scans and analyzes millions of data points from public sources & layers of proprietary data from your favorite publishers ⭐️ Deal-seeking Every product has a wide range of sellers and prices available online - we'll find the best offers for you ⭐️ Putting it together You get one aggregated list of top products with their best deals and spot on insights you should know before making a decision ⭐️ Ta- da! The best products from across the web are shown right on your search results page 💸 Coming soon! Let Spot On apply valid coupon codes at checkout, automatically (formerly Cherry) 🔒 We respect your privacy 🔒 When you add Spot On, Chrome will inform you that we can “read and change all your data on the websites you visit.” So let’s be clear- we don't do that. This permission simply enables Spot On to appear on your Google page whenever you shop. That’s it. We won’t read or appear anywhere else
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | aobfhcigdcpllimokhmmflppaclbmnne |
Επίσημο URL | https://chrome.google.com/webstore/detail/spot-on-save-time-shop-wi/aobfhcigdcpllimokhmmflppaclbmnne |
Περιγραφή | Tired of hours of shopping research? Spot On instantly recommends the best products right on your Google search results page. |
Μέγεθος Αρχείου | 4.51 MB |
Αριθμός Εγκαταστάσεων | 9,680 |
Τρέχουσα Έκδοση | 2.0.14 |
Τελευταία Ενημέρωση | 2023-01-18 |
Ημερομηνία Δημοσίευσης | 2020-04-20 |
Αξιολόγηση | 4.93/5 Συνολικά 14 Αξιολογήσεις |
Προγραμματιστής | Cherry |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
URL της Σελίδας Πολιτικής Απορρήτου | http://www.iwantcherry.com/privacy.html |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Roundforest", "name": "SPOT ON - save time & shop with certainty", "description": "Tired of hours of shopping research? Spot On instantly recommends the best products right on your Google search results page.", "version": "2.0.14", "manifest_version": 3, "permissions": [ "storage" ], "action": { "default_icon": { "16": "favicon16.png", "32": "favicon32.png" }, "default_popup": "popup.html" }, "icons": { "16": "favicon16.png", "32": "favicon32.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "web_accessible_resources": [ { "matches": [ "http:\/\/localhost:3000\/*", "https:\/\/*.bing.com\/*", "https:\/\/*.google.com\/*" ], "resources": [ "*.mp4" ], "use_dynamic_url": false }, { "matches": [ "http:\/\/localhost:3000\/*", "https:\/\/*.bing.com\/*", "https:\/\/*.google.com\/*" ], "resources": [ "assets\/render-app.02642468.js", "assets\/web-vitals.89c7231a.js", "assets\/storage-client.abf1a22e.js", "assets\/index.tsx.910f5361.js" ], "use_dynamic_url": true } ], "content_scripts": [ { "js": [ "assets\/content-script-loader.index.tsx.910f5361.03009b1d.js" ], "matches": [ "https:\/\/*.bing.com\/*", "https:\/\/*.google.com\/*", "http:\/\/localhost:3000\/*" ], "run_at": "document_end" } ], "host_permissions": [ "*:\/\/*\/*" ] } |