Amazon Price Tracker
Tracks Amazon Product Prices
Τι είναι το Amazon Price Tracker;
Το Amazon Price Tracker είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον SchoolHelper, και η κύρια λειτουργία του είναι "Tracks Amazon Product Prices".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Amazon Price Tracker
Λήψη αρχείων επέκτασης Amazon Price Tracker σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
A simple Amazon Price tracker. It has two possible functions, one allows it to save a new product while the other shows the current products the extension is keeping track of. DISCLAIMER: Some products on Amazon like books or products with multiple prices do not function as intended. Privacy: This extension can only access your browsing when on the amazon website. It only saves the URL of the product page when you click the button titled, "save this product".
Βασικές Πληροφορίες Επέκτασης
Όνομα | Amazon Price Tracker |
ID | npdolbglkedboekdpjcgfnnekcciedki |
Επίσημο URL | https://chromewebstore.google.com/detail/amazon-price-tracker/npdolbglkedboekdpjcgfnnekcciedki |
Περιγραφή | Tracks Amazon Product Prices |
Μέγεθος Αρχείου | 14.39 KB |
Αριθμός Εγκαταστάσεων | 26 |
Τρέχουσα Έκδοση | 1.2 |
Τελευταία Ενημέρωση | 2019-01-17 |
Ημερομηνία Δημοσίευσης | 2019-01-17 |
Προγραμματιστής | SchoolHelper |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Amazon Price Tracker", "short_name": "amazonWatch", "version": "1.2", "description": "Tracks Amazon Product Prices", "manifest_version": 2, "background": { "persistent": false, "scripts": [ "background.js" ] }, "browser_action": { "default_popup": "popup.html", "default_title": "Track Amazon Products!" }, "icons": { "32": "images\/logoA32.png", "48": "images\/logoA48.png", "128": "images\/logoA128.png" }, "permissions": [ "storage", "https:\/\/www.amazon.com\/*" ] } |