Insider Trading Alerts
Get instant updates about insider trading transactions.
Insider Trading Alertsとは何ですか?
Insider Trading AlertsはInsider Trading Alertsによって開発されたChromeの拡張機能で、その主な機能は「Get instant updates about insider trading transactions.」です。
拡張機能のスクリーンショット
Insider Trading Alerts拡張機能のCRXファイルをダウンロード
Insider Trading Alerts拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Get blazing fast alerts about legal insider trading on the US stock markets based on form 4 SEC filings.
拡張機能の基本情報
名前 | Insider Trading Alerts |
ID | ifmkgoihgngbndfmoobaakakkgjiffom |
公式URL | https://chromewebstore.google.com/detail/insider-trading-alerts/ifmkgoihgngbndfmoobaakakkgjiffom |
説明 | Get instant updates about insider trading transactions. |
ファイルサイズ | 3.23 MB |
インストール数 | 173 |
現在のバージョン | 1.0 |
最終更新日 | 2020-08-14 |
公開日 | 2020-08-14 |
開発者 | Insider Trading Alerts |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://insider-trading-alerts.web.app/ |
ヘルプページのURL | https://insider-trading-alerts.web.app/ |
プライバシーポリシーページのURL | https://insider-trading-alerts.web.app/privacy |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Insider Trading Alerts", "version": "1.0", "description": "Get instant updates about insider trading transactions.", "manifest_version": 2, "browser_action": { "default_popup": "index.html" }, "permissions": [ "storage", "https:\/\/www.google-analytics.com\/", "https:\/\/www.sec.gov\/cgi-bin\/browse-edgar", "https:\/\/finance.yahoo.com\/quote\/" ], "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAzFwdJC9V8TdvWjIL9u213+q8FHSzIP5KmfNjwl5NBe75nLbdsxVgHoQi1rV2non2ktSPXkbF+f2QX\/bssA1PDozHur6CzL4O8WunXFUdPkh4TNYJdwnbXYMP2AosmkeVkF3xSS04tHdYYN\/\/rcBMDWO\/nFRJ5zb\/0AXXq70X\/MTZ6tbbRjH4D\/NLid5Cvjs0tEPI0Nz3Z28GLlHiISkjuYq4bfHJxbyoWmwADDJszphmIAVGfigmXP5uaNQal1If+pk7RqmCyE39vDNNTc4+VsEBdguS5tRmKpczZC9qP9z\/Wwh9bSDhgak2CbO1mifP3Kny4WTglpmz5z9si9FvNQIDAQAB", "background": { "page": "background.html" }, "content_security_policy": "script-src 'self' https:\/\/*.firebaseio.com https:\/\/ssl.google-analytics.com; object-src 'self'", "icons": { "16": "assets\/icon-16.png", "48": "assets\/icon-48.png", "128": "assets\/128-border.png" } } |