Mooney

Get the control of your stocks with a simple click.

What is Mooney?

Mooney is a Chrome extension developed by https://www.dividendos.info, and its main feature is "Get the control of your stocks with a simple click.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Mooney Extension CRX File

Download Mooney extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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/.                    

Extension Basic Information

Name Mooney Mooney
ID npnholoiemljhdljfiapibcefkpolkbl
Official URL https://chrome.google.com/webstore/detail/mooney/npnholoiemljhdljfiapibcefkpolkbl
Description Get the control of your stocks with a simple click.
File Size 73.11 KB
Installation Count 33
Current Version 1.0
Last Updated 2020-07-07
Publish Date 2020-07-07
Rating 5.00/5 Total 1 Ratings
Developer https://www.dividendos.info
Email [email protected]
Payment Type free
Extension Website https://www.dividendos.info
Help Page URL https://www.dividendos.info/mooney-extension-google-chrome/
Privacy Policy Page URL https://www.dividendos.info/politica-privacidad
Supported Languages 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"
    }
}