247 Finance
Get real time stock market information about your favorite stocks.
Was ist 247 Finance?
247 Finance ist eine Chrome-Erweiterung, die von Galattic Cyberspace ltd entwickelt wurde, und ihr Hauptmerkmal ist "Get real time stock market information about your favorite stocks.".
Erweiterungsscreenshots
247 Finance-Erweiterungs-CRX-Datei herunterladen
Laden Sie 247 Finance-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | ncgkmbdpdlodaoenmbmphlghnbmegmkl |
| Offizielle URL | https://chromewebstore.google.com/detail/247-finance/ncgkmbdpdlodaoenmbmphlghnbmegmkl |
| Beschreibung | Get real time stock market information about your favorite stocks. |
| Dateigröße | 106 KB |
| Installationsanzahl | 33 |
| Aktuelle Version | 0.0.2 |
| Letztes Update | 2021-12-27 |
| Veröffentlichungsdatum | 2021-12-26 |
| Bewertung | 4.00/5 Insgesamt 4 Bewertungen |
| Entwickler | Galattic Cyberspace ltd |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | http://247.finance/ |
| Hilfeseite URL | http://247.finance/contact-us |
| URL der Datenschutzrichtlinien-Seite | http://247.finance/privacy |
| Unterstützte Sprachen | 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"
}
} | |