Mooney
Get the control of your stocks with a simple click.
ما هو Mooney؟
Mooney هو إضافة Chrome تم تطويرها بواسطة https://www.dividendos.info، والميزة الرئيسية لها هي "Get the control of your stocks with a simple click.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Mooney
قم بتنزيل ملفات الامتداد Mooney بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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/.
معلومات أساسية عن التمديد
الاسم | |
ID | npnholoiemljhdljfiapibcefkpolkbl |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/mooney/npnholoiemljhdljfiapibcefkpolkbl |
الوصف | Get the control of your stocks with a simple click. |
حجم الملف | 73.11 KB |
عدد التثبيتات | 33 |
النسخة الحالية | 1.0 |
آخر تحديث | 2020-07-07 |
تاريخ النشر | 2020-07-07 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | https://www.dividendos.info |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://www.dividendos.info |
عنوان صفحة المساعدة | https://www.dividendos.info/mooney-extension-google-chrome/ |
عنوان صفحة سياسة الخصوصية | https://www.dividendos.info/politica-privacidad |
اللغات المدعومة | 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" } } |