Your Investing Buddy

Investing made effortless!

什么是Your Investing Buddy?

Your Investing Buddy是由Wapz开发的Chrome扩展程序,该扩展的主要功能是“Investing made effortless!”。

扩展截图

screenshot
screenshot
screenshot

下载Your Investing Buddy扩展crx文件

下载Your Investing Buddy扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Your Investing Buddy Your Investing Buddy
ID apigoceehdialohbpcgkedlikkkcdfdm
官方URL https://chromewebstore.google.com/detail/your-investing-buddy/apigoceehdialohbpcgkedlikkkcdfdm
简介 Investing made effortless!
文件大小 402 KB
安装次数 134
当前版本 1.3.11
更新时间 2022-05-26
上架时间 2020-07-04
评分 5.00/5 共3次评分
开发者 Wapz
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.katchingsecrets.com/yib
隐私政策页面URL https://docs.google.com/document/d/1H5cxPDC1dbRfeQ9FoG7DTPW-V17QQCWyIgiQ_XWVXYU/edit?usp=sharing
支持的语言 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"
    ]
}