KLSE Journal
A cloud based trading journal accessible from anywhere and anytime.
Vad är KLSE Journal?
KLSE Journal är en Chrome-tillägg utvecklad av KLSE Journal, och dess huvudfunktion är "A cloud based trading journal accessible from anywhere and anytime.".
Tilläggsskärmbilder
Ladda ner KLSE Journal-förlängningens CRX-fil
Ladda ner KLSE Journal-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
A chrome extension that allows user to quickly record their trades without going to the actual site. Grundläggande Information om Tillägg
| Namn | |
| ID | maleijndpmcnmcgmmeojodbifghifjkn |
| Officiell webbadress | https://chromewebstore.google.com/detail/klse-journal/maleijndpmcnmcgmmeojodbifghifjkn |
| Beskrivning | A cloud based trading journal accessible from anywhere and anytime. |
| Filstorlek | 873 KB |
| Antal Installationer | 56 |
| Aktuell Version | 0.0.4 |
| Senast Uppdaterad | 2021-09-17 |
| Publiceringsdatum | 2021-09-07 |
| Utvecklare | KLSE Journal |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https:://klsejournal.com |
| Hjälpsida URL | https://klsejournal.com |
| URL till Sekretesspolicy Sidan | https://klsejournal.com/privacy-policy |
| Stödda Språk | 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"
]
} | |