eToro for Mr Fin
Helps users import data from etoro.com to mrfin.app
What is eToro for Mr Fin?
eToro for Mr Fin is a Chrome extension developed by https://mrfin.app, and its main feature is "Helps users import data from etoro.com to mrfin.app".
Extension Screenshots
Download eToro for Mr Fin Extension CRX File
Download eToro for Mr Fin 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
The extensions allows you to export your eToro portfolio as a simple CSV. To see data from eToro in Mr Fin you usually need to manually add your portfolio. This extension automates the process using one-click button.
Extension Basic Information
Name | eToro for Mr Fin |
ID | neeebcldnhgeopdfioeeilmbpiaenhhd |
Official URL | https://chromewebstore.google.com/detail/etoro-for-mr-fin/neeebcldnhgeopdfioeeilmbpiaenhhd |
Description | Helps users import data from etoro.com to mrfin.app |
File Size | 56.67 KB |
Installation Count | 34 |
Current Version | 1.3 |
Last Updated | 2020-04-02 |
Publish Date | 2020-04-02 |
Rating | 1.00/5 Total 1 Ratings |
Developer | https://mrfin.app |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://mrfin.app/privacy |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "eToro for Mr Fin", "short_name": "eToro for Mr Fin", "version": "1.3", "description": "Helps users import data from etoro.com to mrfin.app", "permissions": [ "activeTab", "declarativeContent", "storage", "https:\/\/us-central1-mr-fin-81c83.cloudfunctions.net\/" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/icon_16.png", "32": "images\/icon_32.png", "48": "images\/icon_48.png", "128": "images\/icon_128.png" } }, "icons": { "16": "images\/icon_16.png", "32": "images\/icon_32.png", "48": "images\/icon_48.png", "128": "images\/icon_128.png" }, "manifest_version": 2 } |