KLSE Journal
A cloud based trading journal accessible from anywhere and anytime.
KLSE Journal là gì?
KLSE Journal là một tiện ích mở rộng Chrome được phát triển bởi KLSE Journal, và tính năng chính của nó là "A cloud based trading journal accessible from anywhere and anytime.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng KLSE Journal
Tải xuống các tệp mở rộng KLSE Journal dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
A chrome extension that allows user to quickly record their trades without going to the actual site.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | KLSE Journal |
ID | maleijndpmcnmcgmmeojodbifghifjkn |
URL Chính Thức | https://chromewebstore.google.com/detail/klse-journal/maleijndpmcnmcgmmeojodbifghifjkn |
Mô tả | A cloud based trading journal accessible from anywhere and anytime. |
Kích Thước Tệp | 873 KB |
Số Lần Cài Đặt | 56 |
Phiên Bản Hiện Tại | 0.0.4 |
Cập Nhật Lần Cuối | 2021-09-17 |
Ngày Phát Hành | 2021-09-07 |
Nhà Phát Triển | KLSE Journal |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https:://klsejournal.com |
URL Trang Trợ Giúp | https://klsejournal.com |
URL Trang Chính Sách Bảo Mật | https://klsejournal.com/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |