KLSE Journal

A cloud based trading journal accessible from anywhere and anytime.

What is KLSE Journal?

KLSE Journal is a Chrome extension developed by KLSE Journal, and its main feature is "A cloud based trading journal accessible from anywhere and anytime.".

Extension Screenshots

screenshot
screenshot

Download KLSE Journal Extension CRX File

Download KLSE Journal extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        A chrome extension that allows user to quickly record their trades without going to the actual site.                    

Extension Basic Information

Name KLSE Journal KLSE Journal
ID maleijndpmcnmcgmmeojodbifghifjkn
Official URL https://chromewebstore.google.com/detail/klse-journal/maleijndpmcnmcgmmeojodbifghifjkn
Description A cloud based trading journal accessible from anywhere and anytime.
File Size 873 KB
Installation Count 56
Current Version 0.0.4
Last Updated 2021-09-17
Publish Date 2021-09-07
Developer KLSE Journal
Email [email protected]
Payment Type free
Extension Website https:://klsejournal.com
Help Page URL https://klsejournal.com
Privacy Policy Page URL https://klsejournal.com/privacy-policy
Supported Languages 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"
    ]
}