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…

O que é Stock Searcher?

Stock Searcher é uma extensão do Chrome desenvolvida por DaytraderApps, e sua principal característica é "This plugin is perfect for daytraders and investors that visit the same sites multiple times a day. We visit these sites so often…".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Stock Searcher

Baixe arquivos de extensão Stock Searcher no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome Stock Searcher Stock Searcher
ID phbcecafbcfhfcmemdmjkobjajcihhgh
URL Oficial https://chromewebstore.google.com/detail/stock-searcher/phbcecafbcfhfcmemdmjkobjajcihhgh
Descrição This plugin is perfect for daytraders and investors that visit the same sites multiple times a day. We visit these sites so often…
Tamanho do Arquivo 23.12 KB
Contagem de Instalações 229
Versão Atual 1.2
Última Atualização 2020-01-14
Data de Publicação 2020-01-14
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor DaytraderApps
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
            ]
        }
    ]
}