247 Finance
Get real time stock market information about your favorite stocks.
Hvad er 247 Finance?
247 Finance er en Chrome-udvidelse udviklet af Galattic Cyberspace ltd, og dens hovedfunktion er "Get real time stock market information about your favorite stocks.".
Udvidelsesskærmbilleder
Download 247 Finance-udvidelses-CRX-fil
Download 247 Finance-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | ncgkmbdpdlodaoenmbmphlghnbmegmkl |
| Officiel URL | https://chromewebstore.google.com/detail/247-finance/ncgkmbdpdlodaoenmbmphlghnbmegmkl |
| Beskrivelse | Get real time stock market information about your favorite stocks. |
| Filstørrelse | 106 KB |
| Antal Installationer | 33 |
| Nuværende Version | 0.0.2 |
| Senest Opdateret | 2021-12-27 |
| Udgivelsesdato | 2021-12-26 |
| Bedømmelse | 4.00/5 Samlet 4 Bedømmelser |
| Udvikler | Galattic Cyberspace ltd |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | http://247.finance/ |
| Hjælpeside-URL | http://247.finance/contact-us |
| URL til Fortrolighedspolitik Side | http://247.finance/privacy |
| Understøttede Sprog | 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"
}
} | |