KLSE Journal

A cloud based trading journal accessible from anywhere and anytime.

Hvad er KLSE Journal?

KLSE Journal er en Chrome-udvidelse udviklet af KLSE Journal, og dens hovedfunktion er "A cloud based trading journal accessible from anywhere and anytime.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download KLSE Journal-udvidelses-CRX-fil

Download KLSE Journal-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn KLSE Journal KLSE Journal
ID maleijndpmcnmcgmmeojodbifghifjkn
Officiel URL https://chromewebstore.google.com/detail/klse-journal/maleijndpmcnmcgmmeojodbifghifjkn
Beskrivelse A cloud based trading journal accessible from anywhere and anytime.
Filstørrelse 873 KB
Antal Installationer 56
Nuværende Version 0.0.4
Senest Opdateret 2021-09-17
Udgivelsesdato 2021-09-07
Udvikler KLSE Journal
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https:://klsejournal.com
Hjælpeside-URL https://klsejournal.com
URL til Fortrolighedspolitik Side https://klsejournal.com/privacy-policy
Understøttede Sprog 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"
    ]
}