Earnings Week

EarningsAhead's week planner for Chrome browser.

Earnings Week क्या है?

Earnings Week https://earningsahead.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "EarningsAhead's week planner for Chrome browser."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Earnings Week एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Earnings Report Calendar is tool that helps Investors and Traders keep track of the companies that will report their earnings.
It is visually organized into a "week view" for easy navigation.

Just hover on a company logo and more information about recent Earnings Reports, headlines, Investor Relation website will be presented.
Quick financial informations like EPS ratios, etc are shown together if their beat or miss.

= Features =
- The speaking feature works on browsers with text-to-speech enable on their Chrome.
- Upgrades, Downgrades and Dividends.
- Market summary and signals like gaps, etc
- Click on the "options" to view a bigger full-page which also shows other signals and trading videos which are curated and shared by the EarningsAhead community.
- Webcasts and results


= Final notes =
The app is actively being worked on by the EarningsAhead team, so you'll see more features and improvements in the coming days.
If you like the app, you can support us via Patreon or Paypal.

Stay safe with your investing and we hope you find this useful.
Lets all become profitable in the coming Earnings season.

Cheers!                    

एक्सटेंशन की मूल जानकारी

नाम Earnings Week Earnings Week
ID cjnkdaphehamgmolainnnnlljngkecnm
आधिकारिक URL https://chromewebstore.google.com/detail/earnings-week/cjnkdaphehamgmolainnnnlljngkecnm
विवरण EarningsAhead's week planner for Chrome browser.
फ़ाइल का आकार 780 KB
स्थापना संख्या 102
वर्तमान संस्करण 0.8.2
अंतिम अपडेट 2022-05-15
प्रकाशन तिथि 2020-07-12
रेटिंग 4.00/5 कुल 4 रेटिंग्स
डेवलपर https://earningsahead.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://chrome.earningsahead.com
सहायता पृष्ठ URL https://earningsahead.com/chrome-extension/
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.8.2",
    "name": "Earnings Week",
    "description": "EarningsAhead's week planner for Chrome browser.",
    "icons": {
        "128": "img\/icon_128.png",
        "48": "img\/icon_48.png",
        "16": "img\/icon_16.png"
    },
    "homepage_url": "https:\/\/chrome.earningsahead.com\/?utm_source=google&utm_medium=chrome_webstore&utm_campaign=er_week_chrome?utm_source=chrome_ext_homepage_url",
    "web_accessible_resources": [
        "css\/web.css",
        "img\/*.png"
    ],
    "background": {
        "scripts": [
            "js\/lib\/jquery-3.5.1.min.js",
            "js\/bg.min.js"
        ]
    },
    "tts_engine": {
        "voices": [
            {
                "voice_name": "Console",
                "event_types": [
                    "start",
                    "word",
                    "sentence",
                    "end"
                ]
            }
        ]
    },
    "options_page": "options.html",
    "browser_action": {
        "name": "Earnings week",
        "default_popup": "popup.html"
    },
    "manifest_version": 2,
    "permissions": [
        "https:\/\/chrome.earningsahead.com\/*",
        "https:\/\/ai.earningsahead.com\/*",
        "https:\/\/vip.earningsahead.com\/*"
    ]
}