Earnings Calendar

Earnings calendar by Investing.com

What is Earnings Calendar?

Earnings Calendar is a Chrome extension developed by cbilge, and its main feature is "Earnings calendar by Investing.com".

Download Earnings Calendar Extension CRX File

Download Earnings 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

                                            

Extension Basic Information

Name Earnings Calendar Earnings Calendar
ID djckgmdaliagdeaobbcnbdjhnhaigcmm
Official URL https://chrome.google.com/webstore/detail/earnings-calendar/djckgmdaliagdeaobbcnbdjhnhaigcmm
Description Earnings calendar by Investing.com
File Size 10.53 KB
Installation Count 104
Current Version 1.0
Last Updated 2015-10-13
Publish Date 2015-10-13
Rating 5.00/5 Total 1 Ratings
Developer cbilge
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Earnings Calendar",
    "description": "Earnings calendar by Investing.com",
    "version": "1.0",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "author": "Cem Bilge",
    "permissions": [
        "http:\/\/www.investing.com\/"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    }
}