Stock Calendar
Stock Calendar reminds you earnings dates of you stocks.
什么是Stock Calendar?
Stock Calendar是由bummybum151开发的Chrome扩展程序,该扩展的主要功能是“Stock Calendar reminds you earnings dates of you stocks.”。
扩展截图
下载Stock Calendar扩展crx文件
下载Stock Calendar扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Stock Calendar reminds you earnings dates of you stocks.
扩展基本信息
名称 | Stock Calendar |
ID | nbofmheihmleebkjhljhhocfcgnffjam |
官方URL | https://chromewebstore.google.com/detail/stock-calendar/nbofmheihmleebkjhljhhocfcgnffjam |
简介 | Stock Calendar reminds you earnings dates of you stocks. |
文件大小 | 1.36 MB |
安装次数 | 275 |
当前版本 | 1.1.1 |
更新时间 | 2020-08-16 |
上架时间 | 2020-08-10 |
评分 | 3.50/5 共4次评分 |
开发者 | bummybum151 |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Stock Calendar", "description": "Stock Calendar reminds you earnings dates of you stocks.", "version": "1.1.1", "manifest_version": 2, "icons": { "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "browser_action": { "default_title": "Stock Calendar", "default_popup": "popup\/popup.html" }, "background": { "scripts": [ "background.js" ] }, "options_ui": { "page": "options\/options.html" }, "permissions": [ "https:\/\/finance.yahoo.com\/", "storage" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |