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…

什么是Stock Searcher?

Stock Searcher是由DaytraderApps开发的Chrome扩展程序,该扩展的主要功能是“This plugin is perfect for daytraders and investors that visit the same sites multiple times a day. We visit these sites so often…”。

扩展截图

screenshot

下载Stock Searcher扩展crx文件

下载Stock Searcher扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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!                    

扩展基本信息

名称 Stock Searcher Stock Searcher
ID phbcecafbcfhfcmemdmjkobjajcihhgh
官方URL https://chromewebstore.google.com/detail/stock-searcher/phbcecafbcfhfcmemdmjkobjajcihhgh
简介 This plugin is perfect for daytraders and investors that visit the same sites multiple times a day. We visit these sites so often…
文件大小 23.12 KB
安装次数 229
当前版本 1.2
更新时间 2020-01-14
上架时间 2020-01-14
评分 5.00/5 共3次评分
开发者 DaytraderApps
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
            ]
        }
    ]
}