StockEye

This extension keeps an eye on your stock prices and it will notify you whenever the app crosses your trigger price.

什麼是StockEye?

StockEye是由safu92開發的Chrome擴展程式,該擴展的主要功能是“This extension keeps an eye on your stock prices and it will notify you whenever the app crosses your trigger price.”。

擴展截圖

screenshot
screenshot
screenshot

下載StockEye擴展crx文件

下載StockEye擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        This extension helps you for keeping an eye on your stock's prices.
In the settings page, you can enter up to 10 stock symbols and their respective expected prices you want to be notified for.
The extension will monitor the current stock prices behind the scene and it will send you a notification if your stock's current price crosses your trigger price.

Right now we only support stocks in NASDAQ, but we will be adding more in future updates.

- This item is suitable for the people who have less stock portfolio.
- Or the people who are just trying stock market and have bought 1 or 2 stocks.
- Or for those who just keep an eye on daily stock price and keep track of market to jump in.                    

擴展基本資訊

名稱 StockEye StockEye
ID dpdeklogcpfljedfnheobpilipfalmdp
官方網址 https://chromewebstore.google.com/detail/stockeye/dpdeklogcpfljedfnheobpilipfalmdp
簡介 This extension keeps an eye on your stock prices and it will notify you whenever the app crosses your trigger price.
檔案大小 1.03 MB
安裝次數 740
目前版本 3.05
更新時間 2024-01-05
上架時間 2020-06-17
評分 2.75/5 共 8 次評分
開發者 safu92
電子郵箱 [email protected]
付費類型 free
擴展官網 https://webkrafterz.com
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "StockEye",
    "description": "This extension keeps an eye on your stock prices and it will notify you whenever the app crosses your trigger price.",
    "version": "3.05",
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Stock Eye"
    },
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/",
        "storage",
        "https:\/\/www.google.com\/",
        "notifications",
        "alarms"
    ],
    "web_accessible_resources": [
        "css\/bootstrap.css"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com object-src 'self'"
}