KLSE Journal
A cloud based trading journal accessible from anywhere and anytime.
Apa itu KLSE Journal?
KLSE Journal adalah ekstensi Chrome yang dikembangkan oleh KLSE Journal, dan fitur utamanya adalah "A cloud based trading journal accessible from anywhere and anytime.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi KLSE Journal
Unduh file ekstensi KLSE Journal dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
A chrome extension that allows user to quickly record their trades without going to the actual site.
Informasi Dasar Ekstensi
Nama | KLSE Journal |
ID | maleijndpmcnmcgmmeojodbifghifjkn |
URL Resmi | https://chromewebstore.google.com/detail/klse-journal/maleijndpmcnmcgmmeojodbifghifjkn |
Deskripsi | A cloud based trading journal accessible from anywhere and anytime. |
Ukuran File | 873 KB |
Jumlah Instalasi | 56 |
Versi Saat Ini | 0.0.4 |
Terakhir Diperbarui | 2021-09-17 |
Tanggal Publikasi | 2021-09-07 |
Pengembang | KLSE Journal |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https:://klsejournal.com |
URL Halaman Bantuan | https://klsejournal.com |
URL Halaman Kebijakan Privasi | https://klsejournal.com/privacy-policy |
Bahasa yang Didukung | 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" ] } |