Adquisitio, the real-time Amazon deal finder
Detect deals and discount products within the last hours or minutes. Be the first to take advantage of Amazon price drops.
Τι είναι το Adquisitio, the real-time Amazon deal finder;
Το Adquisitio, the real-time Amazon deal finder είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://www.adquisitio.com, και η κύρια λειτουργία του είναι "Detect deals and discount products within the last hours or minutes. Be the first to take advantage of Amazon price drops.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Adquisitio, the real-time Amazon deal finder
Λήψη αρχείων επέκτασης Adquisitio, the real-time Amazon deal finder σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Adquisitio is a set of tools to help you save money when shopping at Amazon. Per department, you can: Detect deals and discounted products within the last hours. Be the first to take advantage of bargains and price drops from Amazon. Be notified by email when a product reach the price you set. Compare, in real-time, product prices in all Amazon international sites. Analyze the historical price chart to determine if current product price is good enough to buy it.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | epalflhnjolmgcojpiaccnbboeopgpge |
Επίσημο URL | https://chrome.google.com/webstore/detail/adquisitio-the-real-time/epalflhnjolmgcojpiaccnbboeopgpge |
Περιγραφή | Detect deals and discount products within the last hours or minutes. Be the first to take advantage of Amazon price drops. |
Μέγεθος Αρχείου | 53.15 KB |
Αριθμός Εγκαταστάσεων | 392 |
Τρέχουσα Έκδοση | 0.150 |
Τελευταία Ενημέρωση | 2014-10-15 |
Ημερομηνία Δημοσίευσης | 2014-10-15 |
Αξιολόγηση | 4.25/5 Συνολικά 8 Αξιολογήσεις |
Προγραμματιστής | http://www.adquisitio.com |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en,es |
manifest.json | |
{ "background": { "scripts": [ "background.js", "script.js" ] }, "content_scripts": [ { "js": [ "script.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "default_locale": "en", "description": "__MSG_appDesc__", "icons": { "128": "icon-128.png", "16": "icon-16.png", "32": "icon-32.png", "64": "icon-64.png" }, "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC9xMn1LacM0ocQxJmAudz\/O0dUcdGKy20\/TyHqeqBMEMws6k26ALTCjchpenqzS+u0FZg1nXlP6d\/Rg60yQFa0\/rqdnc7kxH02JToiYsp+uQrHXBfmJ3aNDPPa\/fwYI9kG\/vk1glTlTG\/91cflmDuOcYyg9p2lwvjDjQF1SMpysQIDAQAB", "manifest_version": 2, "name": "__MSG_appName__", "options_page": "options.html", "page_action": { "default_icon": "icon-128.png", "default_title": "Adquisitio sidebar, the real-time Amazon deal finder." }, "permissions": [ "tabs", "http:\/\/*\/*", "storage" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.150", "web_accessible_resources": [ "background.html", "waiting.html", "skin\/ca.gif", "skin\/de.gif", "skin\/us.gif", "skin\/cn.gif", "skin\/jp.gif", "skin\/fr.gif", "skin\/es.gif", "skin\/in.gif", "skin\/uk.gif", "skin\/it.gif", "skin\/overlay.css", "skin\/track.png", "icon-64.png" ] } |