vfxAlert signals panel

vfxAlert signals panel. Simply embed to broker trading panel page.

Was ist vfxAlert signals panel?

vfxAlert signals panel ist eine Chrome-Erweiterung, die von https://vfxalert.com entwickelt wurde, und ihr Hauptmerkmal ist "vfxAlert signals panel. Simply embed to broker trading panel page.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

vfxAlert signals panel-Erweiterungs-CRX-Datei herunterladen

Laden Sie vfxAlert signals panel-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Get this extension to access the vfxAlert signals for binary options quickly.
We created this extension to let the users open the new version of vfxAlert signals.
vfxAlert is the assistant program providing the signals for binary options trading. User sets the time interval for the forecast, opens the necessary broker’s platform and follows the signal. All necessary information is located in one working window. Signal is displayed on the left panel, where trader can see the movement of currency, degree of signal’s confidence and time of its changing. On the right panel, the user sees the broker’s platform and the quantity of funds on the personal account.  

Trading has never been easier! 
vfxAlert                    

Grundlegende Informationen zur Erweiterung

Name vfxAlert signals panel vfxAlert signals panel
ID eaoefmgbepkgdmgnbhnpjfkfjdmpepcb
Offizielle URL https://chromewebstore.google.com/detail/vfxalert-signals-panel/eaoefmgbepkgdmgnbhnpjfkfjdmpepcb
Beschreibung vfxAlert signals panel. Simply embed to broker trading panel page.
Dateigröße 148 KB
Installationsanzahl 929
Aktuelle Version 1.03
Letztes Update 2023-08-10
Veröffentlichungsdatum 2020-12-10
Bewertung 4.50/5 Insgesamt 10 Bewertungen
Entwickler https://vfxalert.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://vfxalert.com/
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "vfxAlert signals panel",
    "description": "vfxAlert signals panel. Simply embed to broker trading panel page.",
    "version": "1.03",
    "browser_action": {
        "default_title": "Settings",
        "default_popup": "settings\/index.html"
    },
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "permissions": [
        "",
        "*:\/\/*\/*",
        "storage",
        "cookies"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.iqoption.com\/traderoom*",
                "*:\/\/*.olymptrade.com\/platform*",
                "*:\/\/*.binomo.com\/*",
                "*:\/\/*.pocketoption.com\/*",
                "*:\/\/*.quotex.com\/*",
                "*:\/\/*.qxbroker.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "manifest_version": 2
}