Stock Calendar
Stock Calendar reminds you earnings dates of you stocks.
What is Stock Calendar?
Stock Calendar is a Chrome extension developed by bummybum151, and its main feature is "Stock Calendar reminds you earnings dates of you stocks.".
Extension Screenshots
Download Stock Calendar Extension CRX File
Download Stock Calendar extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Stock Calendar reminds you earnings dates of you stocks.
Extension Basic Information
Name | Stock Calendar |
ID | nbofmheihmleebkjhljhhocfcgnffjam |
Official URL | https://chromewebstore.google.com/detail/stock-calendar/nbofmheihmleebkjhljhhocfcgnffjam |
Description | Stock Calendar reminds you earnings dates of you stocks. |
File Size | 1.36 MB |
Installation Count | 275 |
Current Version | 1.1.1 |
Last Updated | 2020-08-16 |
Publish Date | 2020-08-10 |
Rating | 3.50/5 Total 4 Ratings |
Developer | bummybum151 |
[email protected] | |
Payment Type | free |
Supported Languages | 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'" } |