KDP Sales Notifications
Get notified whenever you make new sales.
Τι είναι το KDP Sales Notifications;
Το KDP Sales Notifications είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://kindle-prime.com, και η κύρια λειτουργία του είναι "Get notified whenever you make new sales.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης KDP Sales Notifications
Λήψη αρχείων επέκτασης KDP Sales Notifications σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
We all love to hear that sound, yes, the sound of new sales! Get notified whenever your make new sales on KDP in real-time. This FREE extension is part of the Kindle Prime software, the most complete KDP automation tool you will ever find in the market. You should try it out: https://www.kindle-prime.com
Βασικές Πληροφορίες Επέκτασης
Όνομα | KDP Sales Notifications |
ID | dbeabmlhamomaaplbgkkpcoapajejnpn |
Επίσημο URL | https://chromewebstore.google.com/detail/kdp-sales-notifications/dbeabmlhamomaaplbgkkpcoapajejnpn |
Περιγραφή | Get notified whenever you make new sales. |
Μέγεθος Αρχείου | 1.54 MB |
Αριθμός Εγκαταστάσεων | 2,817 |
Τρέχουσα Έκδοση | 2.07 |
Τελευταία Ενημέρωση | 2021-05-04 |
Ημερομηνία Δημοσίευσης | 2021-01-06 |
Αξιολόγηση | 5.00/5 Συνολικά 4 Αξιολογήσεις |
Προγραμματιστής | https://kindle-prime.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://www.kindle-prime.com |
Διεύθυνση URL της Σελίδας Βοήθειας | https://www.facebook.com/KindlePrime |
URL της Σελίδας Πολιτικής Απορρήτου | https://www.kindle-prime.com/privacy-policy.php |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "KDP Sales Notifications", "description": "Get notified whenever you make new sales.", "version": "2.07", "manifest_version": 2, "permissions": [ "notifications", "storage", "https:\/\/www.kindle-prime.com\/*", "https:\/\/*.amazon.com\/*", "https:\/\/*.amazonaws.com\/*" ], "background": { "scripts": [ "js\/jquery-3.4.1.min.js", "js\/moment.js", "js\/xlsx.full.min.js", "js\/background.js" ], "persistent": true }, "browser_action": { "default_title": "KDP Sales Notifications", "default_popup": "popup\/index.html" }, "icons": { "16": "images\/icon_16.png", "32": "images\/icon_32.png", "48": "images\/icon_48.png", "128": "images\/icon_128.png" }, "web_accessible_resources": [ "popup\/*", "sounds\/*", "images\/*" ] } |