vfxAlert signals panel

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

vfxAlert signals panelとは何ですか?

vfxAlert signals panelはhttps://vfxalert.comによって開発されたChromeの拡張機能で、その主な機能は「vfxAlert signals panel. Simply embed to broker trading panel page.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

vfxAlert signals panel拡張機能のCRXファイルをダウンロード

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
Eメール [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
}