Interactive Investor

Research and trade LSE listed companies referenced on any web page you're viewing.

Τι είναι το Interactive Investor;

Το Interactive Investor είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Interactive Investor, και η κύρια λειτουργία του είναι "Research and trade LSE listed companies referenced on any web page you're viewing.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Interactive Investor

Λήψη αρχείων επέκτασης Interactive Investor σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        The Interactive Investor chrome extension provides a convenient way to obtain a recent bid and offer price along with a 30 day performance indicator. 

If any web page you're viewing contains tickers/market codes and/or includes company names then the Interactive Investor icon will appear in your address bar indicating that one or more matches have been found. v1.0 of our extension covers all LSE tickers and the names of the FTSE350 companies.

Click on the icon to view price information and link to either further research on Interactive Investor or to open a dealing screen on our trading platform (requires an account).

NB. This extension sends NO information about the websites you are viewing nor the text contained on it. Your usage is anonymous.  The processing to detect share information is done within the extension itself.  The extension will then request price and chart data via our site to display.

More information on trading with Interactive Investor can be found at http://www.iii.co.uk/shares

Our general privacy statement can be found at http://www.iii.co.uk/privacy

Risk warning: The price and value of investments and their income fluctuates: you may get back less than the amount you invested. Past performance is no guarantee of future performance. If you are in any doubt you should consult a financial adviser.

No warranties are provided with regards to the accuracy of the data provided within this extension.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Interactive Investor Interactive Investor
ID fildmffgclibdlnmchidlncccmlklgcl
Επίσημο URL https://chromewebstore.google.com/detail/interactive-investor/fildmffgclibdlnmchidlncccmlklgcl
Περιγραφή Research and trade LSE listed companies referenced on any web page you're viewing.
Μέγεθος Αρχείου 33.98 KB
Αριθμός Εγκαταστάσεων 274
Τρέχουσα Έκδοση 1.2
Τελευταία Ενημέρωση 2013-05-20
Ημερομηνία Δημοσίευσης 2013-05-20
Αξιολόγηση 4.50/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής Interactive Investor
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://www.iii.co.uk
Διεύθυνση URL της Σελίδας Βοήθειας http://www.iii.co.uk/help
Υποστηριζόμενες Γλώσσες en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Interactive Investor",
    "version": "1.2",
    "description": "Research and trade LSE listed companies referenced on any web page you're viewing.",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "page_action": {
        "default_icon": "ii.png",
        "default_title": "Research and trade the market with Interactive Investor",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "contentscript.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        }
    ],
    "icons": {
        "16": "iii16x16.png",
        "48": "iii48x48.png",
        "128": "iii128x128.png"
    },
    "manifest_version": 2,
    "web_accessible_resources": [
        "ii.png"
    ]
}