vfxAlert signals panel

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

Τι είναι το vfxAlert signals panel;

Το vfxAlert signals panel είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://vfxalert.com, και η κύρια λειτουργία του είναι "vfxAlert signals panel. Simply embed to broker trading panel page.".

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

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης vfxAlert signals panel

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

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

                        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                    

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

Όνομα vfxAlert signals panel vfxAlert signals panel
ID eaoefmgbepkgdmgnbhnpjfkfjdmpepcb
Επίσημο URL https://chromewebstore.google.com/detail/vfxalert-signals-panel/eaoefmgbepkgdmgnbhnpjfkfjdmpepcb
Περιγραφή vfxAlert signals panel. Simply embed to broker trading panel page.
Μέγεθος Αρχείου 148 KB
Αριθμός Εγκαταστάσεων 929
Τρέχουσα Έκδοση 1.03
Τελευταία Ενημέρωση 2023-08-10
Ημερομηνία Δημοσίευσης 2020-12-10
Αξιολόγηση 4.50/5 Συνολικά 10 Αξιολογήσεις
Προγραμματιστής https://vfxalert.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://vfxalert.com/
Υποστηριζόμενες Γλώσσες 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
}