Robinhood Helper

When using a Finviz screener, this extension will open all tickers in Robinhood in new tabs. More features to come!

Wat is Robinhood Helper?

Robinhood Helper is een Chrome-extensie ontwikkeld door kyle.challis, en de belangrijkste functie is "When using a Finviz screener, this extension will open all tickers in Robinhood in new tabs. More features to come!".

Download het CRX-bestand van de extensie Robinhood Helper

Download Robinhood Helper-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        When using a Finviz screener, this extension will open all tickers in Robinhood in new tabs.

More features to come!                    

Basisinformatie over de Extensie

Naam Robinhood Helper Robinhood Helper
ID jigjoibbpjlnijbaabodmklhegpkkojc
Officiële URL https://chrome.google.com/webstore/detail/robinhood-helper/jigjoibbpjlnijbaabodmklhegpkkojc
Beschrijving When using a Finviz screener, this extension will open all tickers in Robinhood in new tabs. More features to come!
Bestandsgrootte 34.62 KB
Aantal Installaties 37
Huidige Versie 1.0
Laatst Bijgewerkt 2018-05-10
Publicatiedatum 2018-05-10
Ontwikkelaar kyle.challis
Betalingswijze free
Ondersteunde Talen 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"
        ]
    }
}