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はDaytraderAppsによって開発されたChromeの拡張機能で、その主な機能は「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拡張機能のCRXファイルをダウンロード
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 |
Eメール | [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" ] } ] } |