eToro Delta

Display changes in eToro portfolio page

Wat is eToro Delta?

eToro Delta is een Chrome-extensie ontwikkeld door andreibsk, en de belangrijkste functie is "Display changes in eToro portfolio page".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie eToro Delta

Download eToro Delta-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Create snapshots of your portfolio positions and total equity and display live changes compared to a specified point to aid you make trading decisions.                    

Basisinformatie over de Extensie

Naam eToro Delta eToro Delta
ID kolnkomimpccnokijomddpefojoiieon
Officiële URL https://chromewebstore.google.com/detail/etoro-delta/kolnkomimpccnokijomddpefojoiieon
Beschrijving Display changes in eToro portfolio page
Bestandsgrootte 105 KB
Aantal Installaties 89
Huidige Versie 1.0.8
Laatst Bijgewerkt 2024-01-04
Publicatiedatum 2020-03-16
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar andreibsk
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/andreibsk/etoro-delta
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "eToro Delta",
    "version": "1.0.8",
    "description": "Display changes in eToro portfolio page",
    "permissions": [
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.etoro.com\/*"
            ],
            "js": [
                "main.js"
            ],
            "css": [
                "main.css"
            ]
        }
    ],
    "icons": {
        "16": "images\/icon_16.png",
        "32": "images\/icon_32.png",
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    },
    "web_accessible_resources": [
        "images\/*.png"
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgJHwVcreoBFIm3cBcdkMIkXhEqZLWePu4Gegn5s0WCyFRHYeIupD4R9SeyB0sKZGnWPc84xVK8aLEbEdlQSMM2+5LQV9G\/yOeq0ze9tOEsT\/lRqdC0Zrngdbvg\/Zy2iR\/iJDaJUVs9ggfL6IXxMOByxwV4op8JAPIREMQLpwfho4HbXr8+3igZIBq4eo2J+8NyB9CmRp1UFkUnKy8\/dd8h4AF\/e2\/aDqKyoFGx9Ias6mPHI+yS620bvMICo3mszwSvBBmvgltUODC45NQU1bHuAy5iZrBAUTuczNbKmYrHnRz7DcbPK7yuNCxM19+Sn3gJA\/xmSiVtLuOWOHMpWjkwIDAQAB",
    "manifest_version": 2
}