247 Finance
Get real time stock market information about your favorite stocks.
Wat is 247 Finance?
247 Finance is een Chrome-extensie ontwikkeld door Galattic Cyberspace ltd, en de belangrijkste functie is "Get real time stock market information about your favorite stocks.".
Extensie Screenshots
Download het CRX-bestand van de extensie 247 Finance
Download 247 Finance-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
Get real time stock market information about your favorite stocks.
247 Finance Toolbar is a lightweight and useful add-on designed for getting a quick peek of your favorite stocks. Basisinformatie over de Extensie
| Naam | |
| ID | ncgkmbdpdlodaoenmbmphlghnbmegmkl |
| Officiële URL | https://chromewebstore.google.com/detail/247-finance/ncgkmbdpdlodaoenmbmphlghnbmegmkl |
| Beschrijving | Get real time stock market information about your favorite stocks. |
| Bestandsgrootte | 106 KB |
| Aantal Installaties | 33 |
| Huidige Versie | 0.0.2 |
| Laatst Bijgewerkt | 2021-12-27 |
| Publicatiedatum | 2021-12-26 |
| Beoordeling | 4.00/5 Totaal 4 Beoordelingen |
| Ontwikkelaar | Galattic Cyberspace ltd |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | http://247.finance/ |
| Help Pagina-URL | http://247.finance/contact-us |
| URL van de Privacybeleid Pagina | http://247.finance/privacy |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "247 Finance",
"author": "Galattic Cyberspace ltd",
"version": "0.0.2",
"description": "Get real time stock market information about your favorite stocks.",
"background": {
"service_worker": "background.js"
},
"icons": {
"16": "icons\/icon16.png",
"28": "icons\/icon28.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"64": "icons\/icon64.png",
"96": "icons\/icon96.png",
"128": "icons\/icon128.png"
},
"permissions": [
"notifications"
],
"action": {
"default_icon": {
"16": "icons\/icon16.png",
"28": "icons\/icon28.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"64": "icons\/icon64.png",
"96": "icons\/icon96.png",
"128": "icons\/icon128.png"
},
"default_title": "247 Finance",
"default_popup": "popup.html",
"browser_style": true
},
"chrome_url_overrides": {
"newtab": "options.html"
}
} | |