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.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة KLSE Journal
قم بتنزيل ملفات الامتداد KLSE Journal بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
A chrome extension that allows user to quickly record their trades without going to the actual site.
معلومات أساسية عن التمديد
الاسم | 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 |
عنوان صفحة المساعدة | https://klsejournal.com |
عنوان صفحة سياسة الخصوصية | 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" ] } |