Insider Trading Alerts

Get instant updates about insider trading transactions.

What is Insider Trading Alerts?

Insider Trading Alerts is a Chrome extension developed by Insider Trading Alerts, and its main feature is "Get instant updates about insider trading transactions.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Insider Trading Alerts Extension CRX File

Download Insider Trading Alerts extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Get blazing fast alerts about legal insider trading on the US stock markets based on form 4 SEC filings.                    

Extension Basic Information

Name Insider Trading Alerts Insider Trading Alerts
ID ifmkgoihgngbndfmoobaakakkgjiffom
Official URL https://chromewebstore.google.com/detail/insider-trading-alerts/ifmkgoihgngbndfmoobaakakkgjiffom
Description Get instant updates about insider trading transactions.
File Size 3.23 MB
Installation Count 173
Current Version 1.0
Last Updated 2020-08-14
Publish Date 2020-08-14
Developer Insider Trading Alerts
Email [email protected]
Payment Type free
Extension Website https://insider-trading-alerts.web.app/
Help Page URL https://insider-trading-alerts.web.app/
Privacy Policy Page URL https://insider-trading-alerts.web.app/privacy
Supported Languages 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"
    }
}