Earnings Week

EarningsAhead's week planner for Chrome browser.

Earnings Week란 무엇입니까?

Earnings Week은(는) https://earningsahead.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "EarningsAhead's week planner for Chrome browser."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Earnings Week 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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\/*"
    ]
}