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文件
下载KLSE Journal扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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" ] } |