KLSE Journal

A cloud based trading journal accessible from anywhere and anytime.

KLSE Journalคืออะไร?

KLSE Journal เป็นส่วนขยายของ Chrome ที่พัฒนาโดย KLSE Journal และคุณลักษณะหลักของมันคือ "A cloud based trading journal accessible from anywhere and anytime."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย KLSE Journal

ดาวน์โหลดไฟล์ส่วนขยาย KLSE Journal ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ KLSE Journal KLSE Journal
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
อีเมล [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"
    ]
}