Robinhood Helper
When using a Finviz screener, this extension will open all tickers in Robinhood in new tabs. More features to come!
What is Robinhood Helper?
Robinhood Helper is a Chrome extension developed by kyle.challis, and its main feature is "When using a Finviz screener, this extension will open all tickers in Robinhood in new tabs. More features to come!".
Download Robinhood Helper Extension CRX File
Download Robinhood Helper 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
When using a Finviz screener, this extension will open all tickers in Robinhood in new tabs. More features to come!
Extension Basic Information
Name | ![]() |
ID | jigjoibbpjlnijbaabodmklhegpkkojc |
Official URL | https://chrome.google.com/webstore/detail/robinhood-helper/jigjoibbpjlnijbaabodmklhegpkkojc |
Description | When using a Finviz screener, this extension will open all tickers in Robinhood in new tabs. More features to come! |
File Size | 34.62 KB |
Installation Count | 37 |
Current Version | 1.0 |
Last Updated | 2018-05-10 |
Publish Date | 2018-05-10 |
Developer | kyle.challis |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Robinhood Helper", "version": "1.0", "content_scripts": [ { "matches": [ "https:\/\/*.finviz.com\/*" ], "js": [ "jquery-2.2.4.min.js", "content.js" ] } ], "browser_action": { "default_title": "Robinhood Helper", "commented": { "default_icon": "icon.png", "default_popup": "popup.html" } }, "background": { "scripts": [ "background.js" ] } } |