KLSE Journal
A cloud based trading journal accessible from anywhere and anytime.
KLSE Journal란 무엇입니까?
KLSE Journal은(는) KLSE Journal에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A cloud based trading journal accessible from anywhere and anytime."입니다.
확장 프로그램 스크린샷
KLSE Journal 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
A chrome extension that allows user to quickly record their trades without going to the actual site.
확장 프로그램 기본 정보
이름 | KLSE Journal |
ID | maleijndpmcnmcgmmeojodbifghifjkn |
공식 URL | https://chromewebstore.google.com/detail/klse-journal/maleijndpmcnmcgmmeojodbifghifjkn |
설명 | A cloud based trading journal accessible from anywhere and anytime. |
파일 크기 | 873 KB |
설치 횟수 | 56 |
현재 버전 | 0.0.4 |
최근 업데이트 | 2021-09-17 |
출시 날짜 | 2021-09-07 |
개발자 | KLSE Journal |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https:://klsejournal.com |
도움말 페이지 URL | https://klsejournal.com |
개인정보 보호 정책 페이지 URL | https://klsejournal.com/privacy-policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "KLSE Journal", "description": "A cloud based trading journal accessible from anywhere and anytime.", "version": "0.0.4", "browser_action": { "default_popup": "index.html", "default_title": "" }, "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" }, "web_accessible_resources": [ "isaham_screener_sidebar.html", "bootstrap.min.css", "main.css", "logo.png", "logo.svg" ], "content_scripts": [ { "matches": [ "https:\/\/www.isaham.my\/stock\/*" ], "js": [ "isaham_content.js" ] }, { "matches": [ "https:\/\/www.isaham.my\/screener\/*" ], "js": [ "api.js", "isaham_screener_content.js" ] }, { "matches": [ "https:\/\/www.mplusonline.com.my\/macsecos\/csmsq3G.asp" ], "js": [ "mplusonline_content.js" ] } ], "permissions": [ "storage" ] } |