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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
}