Mooney
Get the control of your stocks with a simple click.
Mooney là gì?
Mooney là một tiện ích mở rộng Chrome được phát triển bởi https://www.dividendos.info, và tính năng chính của nó là "Get the control of your stocks with a simple click.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Mooney
Tải xuống các tệp mở rộng Mooney dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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/.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | npnholoiemljhdljfiapibcefkpolkbl |
URL Chính Thức | https://chrome.google.com/webstore/detail/mooney/npnholoiemljhdljfiapibcefkpolkbl |
Mô tả | Get the control of your stocks with a simple click. |
Kích Thước Tệp | 73.11 KB |
Số Lần Cài Đặt | 33 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2020-07-07 |
Ngày Phát Hành | 2020-07-07 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | https://www.dividendos.info |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.dividendos.info |
URL Trang Trợ Giúp | https://www.dividendos.info/mooney-extension-google-chrome/ |
URL Trang Chính Sách Bảo Mật | https://www.dividendos.info/politica-privacidad |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |