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 |
官方網址 | 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" ] } |