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. 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
]
} | |