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…
Qu'est-ce que Stock Searcher ?
Stock Searcher est une extension Chrome développée par DaytraderApps, et sa fonction principale est "This plugin is perfect for daytraders and investors that visit the same sites multiple times a day. We visit these sites so often…".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Stock Searcher
Téléchargez les fichiers d'extension Stock Searcher au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | Stock Searcher |
ID | phbcecafbcfhfcmemdmjkobjajcihhgh |
URL Officiel | https://chromewebstore.google.com/detail/stock-searcher/phbcecafbcfhfcmemdmjkobjajcihhgh |
Description | This plugin is perfect for daytraders and investors that visit the same sites multiple times a day. We visit these sites so often… |
Taille du Fichier | 23.12 KB |
Nombre d'Installations | 229 |
Version Actuelle | 1.2 |
Dernière Mise à Jour | 2020-01-14 |
Date de Publication | 2020-01-14 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | DaytraderApps |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } ] } |