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
官方網址 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"
            ]
        }
    ]
}