KLSE Journal
A cloud based trading journal accessible from anywhere and anytime.
Wat is KLSE Journal?
KLSE Journal is een Chrome-extensie ontwikkeld door KLSE Journal, en de belangrijkste functie is "A cloud based trading journal accessible from anywhere and anytime.".
Extensie Screenshots
Download het CRX-bestand van de extensie KLSE Journal
Download KLSE Journal-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
A chrome extension that allows user to quickly record their trades without going to the actual site. Basisinformatie over de Extensie
| Naam | |
| ID | maleijndpmcnmcgmmeojodbifghifjkn |
| Officiële URL | https://chromewebstore.google.com/detail/klse-journal/maleijndpmcnmcgmmeojodbifghifjkn |
| Beschrijving | A cloud based trading journal accessible from anywhere and anytime. |
| Bestandsgrootte | 873 KB |
| Aantal Installaties | 56 |
| Huidige Versie | 0.0.4 |
| Laatst Bijgewerkt | 2021-09-17 |
| Publicatiedatum | 2021-09-07 |
| Ontwikkelaar | KLSE Journal |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https:://klsejournal.com |
| Help Pagina-URL | https://klsejournal.com |
| URL van de Privacybeleid Pagina | https://klsejournal.com/privacy-policy |
| Ondersteunde Talen | 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"
]
} | |