Mooney
Get the control of your stocks with a simple click.
Was ist Mooney?
Mooney ist eine Chrome-Erweiterung, die von https://www.dividendos.info entwickelt wurde, und ihr Hauptmerkmal ist "Get the control of your stocks with a simple click.".
Erweiterungsscreenshots
Mooney-Erweiterungs-CRX-Datei herunterladen
Laden Sie Mooney-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
Ve y edita tu cartera de valores a golpe de click con la extensión "Mooney" de dividendos.info Ve y edita los valores de tu cartera de España y EE.UU. Después de instalar la extensión y añadir los valores de tu cartera podrás consultar el valor de tu cartera a golpe de click (da igual donde estes navegando). Países admitidos: ★ España ★ Estados Unidos ..próximamente Alemania y Francia. Nota: Esta extensión es gratuita para el usuario. Los datos no son en tiempo real. Al instalar este elemento, aceptas las Condiciones de servicio y la Política de privacidad expuestas en https://www.dividendos.info/politica-privacidad/.
Grundlegende Informationen zur Erweiterung
Name | |
ID | npnholoiemljhdljfiapibcefkpolkbl |
Offizielle URL | https://chrome.google.com/webstore/detail/mooney/npnholoiemljhdljfiapibcefkpolkbl |
Beschreibung | Get the control of your stocks with a simple click. |
Dateigröße | 73.11 KB |
Installationsanzahl | 33 |
Aktuelle Version | 1.0 |
Letztes Update | 2020-07-07 |
Veröffentlichungsdatum | 2020-07-07 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | https://www.dividendos.info |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://www.dividendos.info |
Hilfeseite URL | https://www.dividendos.info/mooney-extension-google-chrome/ |
URL der Datenschutzrichtlinien-Seite | https://www.dividendos.info/politica-privacidad |
Unterstützte Sprachen | es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Mooney", "version": "1.0", "description": "Get the control of your stocks with a simple click.", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon.png", "default_title": "Mooney", "default_popup": "popup.html" }, "author": "www.dividendos.info", "offline_enabled": false, "permissions": [ "activeTab", "storage" ], "options_page": "options.html", "options_ui": { "chrome_style": true, "page": "options.html" } } |