Stock Searcher
This plugin is perfect for daytraders and investors that visit the same sites multiple times a day. We visit these sites so often…
Τι είναι το Stock Searcher;
Το Stock Searcher είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον DaytraderApps, και η κύρια λειτουργία του είναι "This plugin is perfect for daytraders and investors that visit the same sites multiple times a day. We visit these sites so often…".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Stock Searcher
Λήψη αρχείων επέκτασης Stock Searcher σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
This plugin is perfect for daytraders and investors that visit the same sites multiple times a day. We visit these sites so often that we had to come up with a better way then typing in the ticker and clicking one of the suggested history URL's. We encourage you to test our free plugin to see if you find it useful! We can add whatever sites you want and update regularly for our users. DaytraderApps also created the most useful stock scanner on Android & iOS. Find our app "Ultimate Stock Scanner" on your phone's app store!
Βασικές Πληροφορίες Επέκτασης
Όνομα | Stock Searcher |
ID | phbcecafbcfhfcmemdmjkobjajcihhgh |
Επίσημο URL | https://chromewebstore.google.com/detail/stock-searcher/phbcecafbcfhfcmemdmjkobjajcihhgh |
Περιγραφή | This plugin is perfect for daytraders and investors that visit the same sites multiple times a day. We visit these sites so often… |
Μέγεθος Αρχείου | 23.12 KB |
Αριθμός Εγκαταστάσεων | 229 |
Τρέχουσα Έκδοση | 1.2 |
Τελευταία Ενημέρωση | 2020-01-14 |
Ημερομηνία Δημοσίευσης | 2020-01-14 |
Αξιολόγηση | 5.00/5 Συνολικά 3 Αξιολογήσεις |
Προγραμματιστής | DaytraderApps |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Stock Searcher", "description": "", "version": "1.2", "author": "Abdou G.", "browser_action": { "default_icon": { "24": "\/images\/extension-icon24.png" }, "default_title": "Stock Searcher", "default_popup": "\/popup.html" }, "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "myscript.js" ] } ] } |