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…
Was ist Stock Searcher?
Stock Searcher ist eine Chrome-Erweiterung, die von DaytraderApps entwickelt wurde, und ihr Hauptmerkmal ist "This plugin is perfect for daytraders and investors that visit the same sites multiple times a day. We visit these sites so often…".
Erweiterungsscreenshots
Stock Searcher-Erweiterungs-CRX-Datei herunterladen
Laden Sie Stock Searcher-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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!
Grundlegende Informationen zur Erweiterung
Name | Stock Searcher |
ID | phbcecafbcfhfcmemdmjkobjajcihhgh |
Offizielle URL | https://chromewebstore.google.com/detail/stock-searcher/phbcecafbcfhfcmemdmjkobjajcihhgh |
Beschreibung | This plugin is perfect for daytraders and investors that visit the same sites multiple times a day. We visit these sites so often… |
Dateigröße | 23.12 KB |
Installationsanzahl | 229 |
Aktuelle Version | 1.2 |
Letztes Update | 2020-01-14 |
Veröffentlichungsdatum | 2020-01-14 |
Bewertung | 5.00/5 Insgesamt 3 Bewertungen |
Entwickler | DaytraderApps |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } ] } |