Stock Informer
Markets & Currencies Information, links
Stock Informer란 무엇입니까?
Stock Informer은(는) https://d2rinternetholdings.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Markets & Currencies Information, links"입니다.
확장 프로그램 스크린샷
Stock Informer 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Stock Informer Extension & Search By D2R Internet Holdings Stock Informer is a lightweight and useful New Tab Extension designed for getting quick and easy access to your favorite stocks and market news and an accessible web search (provided by Bing.com) right in the comfort of your web browser. the search features use within the extension will be provided by Bing; however, the extension will not make any changes in your default browser search setting. *** Please read carefully: by installing the Stock Informer extension, you agree to install this application, and you agree to the End User License Agreement and the Privacy Policy. End-User License Agreement: https://www.d2rinternetholdings.com/termsconditions Privacy Policy: https://www.d2rinternetholdings.com/privacypolicy You may remove this extension at any time from the chrome extension page.
확장 프로그램 기본 정보
이름 | Stock Informer |
ID | beifiidafjobphnbhbbgmgnndjolfcho |
공식 URL | https://chromewebstore.google.com/detail/stock-informer/beifiidafjobphnbhbbgmgnndjolfcho |
설명 | Markets & Currencies Information, links |
파일 크기 | 597 KB |
설치 횟수 | 65,130 |
현재 버전 | 5.3.3 |
최근 업데이트 | 2022-08-31 |
출시 날짜 | 2020-07-06 |
평점 | 4.13/5 총 8 개의 평점 |
개발자 | https://d2rinternetholdings.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.d2rinternetholdings.com/stockinformer |
도움말 페이지 URL | https://www.d2rinternetholdings.com/contact |
개인정보 보호 정책 페이지 URL | https://www.d2rinternetholdings.com/privacypolicy |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Stock Informer", "version": "5.3.3", "manifest_version": 3, "description": "Markets & Currencies Information, links", "icons": { "19": "images\/icon_19.png", "38": "images\/icon_38.png", "128": "images\/icon_128.png" }, "browser_action": { "default_title": "Markets & Currencies Information, links", "default_icon": { "19": "images\/icon_19.png", "38": "images\/icon_38.png" }, "default_popup": "html\/main.html" }, "background": { "service_worker": "js\/background.js" }, "chrome_url_overrides": { "newtab": "html\/new_tab.html" }, "permissions": [ "topSites", "chrome:\/\/favicon\/*", "storage" ] } |