Your Investing Buddy
Investing made effortless!
¿Qué es Your Investing Buddy?
Your Investing Buddy es una extensión de Chrome desarrollada por Wapz, y su función principal es "Investing made effortless!".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Your Investing Buddy
Descarga archivos de extensión Your Investing Buddy en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
Tired of spending too much time at the computer? Tired of using a spreadsheet to manage your VCA or MCA investment positions? Discover how you can be super-efficient with your investing! Invest in as little as one minute so you can free up time to do stuff you value more than investing. Do you want to get rid of typing mistakes? Do you want to have someone else do all the heavy lifting for you? Install this extension and get started with the "click and invest" system, because this extension takes care of the investment process! The top features of this extension are - Get fundamental numbers for the stock you're viewing in TradingView - As you browse tickers in TradingView, see if you can plan a new investment right from the chart of TradingView - Plan your investments by getting presented the quantity, amount and take profit target for the whole investment process - Place orders at your broker's order form with the values of the investment you just created using this extension! - Get warned about upcoming earnings dates for your current positions - plus many additional features As you install and start to use the extension you will start your free 14 days trial period. This extension requires the following permissions - Read and edit all data on the web pages you visit: In order to enhance your analysis and investing process, Your Investing Buddy will read data from TradingView and Degiro. - Read your browsing history This extension enable you to click a button to open your broker's transaction page. This will add a new entry in your browser's history - Display notifications / Show warnings: In order to inform you of important events, such as an investment that has reached your target profit level, we would like to display a notification. We might need to accept input in order to calculate values. This functionality is classified as "show warnings" - Read and modify data that you copy and paste For you to be super-efficient with your investing, we enable you to "click and invest" with your broker. To convey values from the extension to both your broker and TradingView, we use your clipboard - Read your email address Your email address is used to associate a user license with your Google account. Your data is safe with us as given by our Privacy Policy. - View and manage Google Drive files and folders that you have opened or created with this app In order to create a journal in your drive, this extension can create a spreadsheet within your Google Drive and the spreadsheet that was created by this extension. Please note that the extension will not have access to any other files than the spreadsheet created by this application If you are tired of depending solely on one income stream, discover how to create an additional one here: http://katchingsecrets.com
Información Básica de la Extensión
Nombre | Your Investing Buddy |
ID | apigoceehdialohbpcgkedlikkkcdfdm |
URL Oficial | https://chromewebstore.google.com/detail/your-investing-buddy/apigoceehdialohbpcgkedlikkkcdfdm |
Descripción | Investing made effortless! |
Tamaño del Archivo | 402 KB |
Cantidad de Instalaciones | 134 |
Versión Actual | 1.3.11 |
Última Actualización | 2022-05-26 |
Fecha de Publicación | 2020-07-04 |
Calificación | 5.00/5 Total de 3 Calificaciones |
Desarrollador | Wapz |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://www.katchingsecrets.com/yib |
URL de la Página de Política de Privacidad | https://docs.google.com/document/d/1H5cxPDC1dbRfeQ9FoG7DTPW-V17QQCWyIgiQ_XWVXYU/edit?usp=sharing |
Idiomas Soportados | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Your Investing Buddy", "short_name": "InvestingBuddy", "version": "1.3.11", "manifest_version": 2, "description": "Investing made effortless!", "icons": { "32": "images\/icon_32.png", "128": "images\/icon_128.png" }, "permissions": [ "clipboardRead", "clipboardWrite", "tabs", "storage", "activeTab", "identity", "identity.email", "notifications", "https:\/\/www.googleapis.com\/", "https:\/\/finance.yahoo.com\/*", "https:\/\/finviz.com\/*" ], "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAhR4ZL+270XDZnsFea6Z5nuOZfLlt96EiATA6sRZ9Fka5mAEFzuDucVnFRI+wrAlJdBifd5HDYVRaS5vVU5CF2AoTNWJduNiO+jCEKfyJecXQB9XXWBjGvvOLrCyw\/lhlqNrduvc1rtqUz9q5PRlLSvC\/Xe9i8QRbLDardjUwqKCC4rKGmAyYgBUHB0U9Im\/sUqh+DoOJ8p0rUutXaiMK9t4oOrto8+UMjf\/aGEbjeOFa8J+laSG6AWAM9eTQyF72AlTMHcV8shgYzQU8Z5b1CkVY2gSxoWxJjSwT4iBirvjyrO0R+BkbLVuN2N5zqZviu9nrmskWopPHrJrThxlhCwIDAQAB", "oauth2": { "client_id": "690706504078-krq9gl5da5osthbvu6eajc9vajtj26e8.apps.googleusercontent.com", "key": "AIzaSyCX7cNLmUf3C8ldPypKe0fsG1pF4myo3fE", "scopes": [ "https:\/\/www.googleapis.com\/auth\/plus.login", "https:\/\/www.googleapis.com\/auth\/chromewebstore.readonly", "https:\/\/www.googleapis.com\/auth\/drive.file" ] }, "browser_action": { "default_icon": "images\/icon_32.png" }, "background": { "scripts": [ "scripts\/jquery-3.3.1.min.js", "scripts\/background.js" ], "persistent": true }, "optional_permissions": [ "https:\/\/trader.degiro.nl\/traders4\/*", "https:\/\/*.tradingview.com\/chart\/*", "https:\/\/tradingview.com\/chart\/*" ], "content_security_policy": "script-src 'self' chrome-extension:\/\/apigoceehdialohbpcgkedlikkkcdfdm\/ https:\/\/ajax.googleapis.com https:\/\/www.google-analytics.com https:\/\/www.googletagmanager.com; object-src 'self'", "options_page": "options.html", "web_accessible_resources": [ "forms\/degiro_toolbar.html", "forms\/tv_toolbar.html", "images\/Red_Arrow_Right.svg" ] } |