InstaForex Toolbar

InstaForex - best broker in Asia

InstaForex Toolbar란 무엇입니까?

InstaForex Toolbar은(는) InstaForex에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "InstaForex - best broker in Asia"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

InstaForex Toolbar 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Up-to-date technologies are designed to help InstaForex clients!

Company’s experts have developed an accessible toolbar. It offers point-and-click access to the sections of the official website, real time quotes, company’s news and InstaForex pages in the social networks.                    

확장 프로그램 기본 정보

이름 InstaForex Toolbar InstaForex Toolbar
ID gmimpbgbbpoeglmgaicknladffcfliph
공식 URL https://chromewebstore.google.com/detail/instaforex-toolbar/gmimpbgbbpoeglmgaicknladffcfliph
설명 InstaForex - best broker in Asia
파일 크기 162 KB
설치 횟수 97
현재 버전 0.0.24
최근 업데이트 2021-11-19
출시 날짜 2017-10-06
평점 3.86/5 총 7 개의 평점
개발자 InstaForex
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.instaforex.com/
도움말 페이지 URL https://www.instaforex.com/support
개인정보 보호 정책 페이지 URL https://www.instaforex.com/downloads/legal_documentation/privacy_statement_insta_service_ltd.pdf
지원되는 언어 en,ru
manifest.json
{
    "background": {
        "scripts": [
            "libs\/moment.min.js",
            "libs\/jquery-2.1.1.js",
            "chromeexttools.js",
            "gmail.js",
            "rss.js",
            "bg.js"
        ]
    },
    "default_locale": "en",
    "browser_action": {
        "default_icon": {
            "128": "extension_icons\/128.png",
            "19": "extension_icons\/19.png",
            "38": "extension_icons\/38.png"
        },
        "default_title": "Enable\/Disable toolbar view"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "css": [
                "styles\/content.css"
            ],
            "js": [
                "libs\/jquery-2.1.1.js",
                "common.js",
                "content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/fx.instaforex.com  object-src 'self'",
    "description": "__MSG_extDescription__",
    "icons": {
        "128": "extension_icons\/128.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAtlVomcelwv4L+VHFW4ijHOLN2duQ6Ffc8iB+v1MPFxVZj8bmZtz01vu7o1hkIS3te8iRAfJQTifO9VaigoJCFUzYuwsWBufAJeGp+m7pDXaF15qRCznSvbz4LNck3Scnyjc\/4tn0d4vjBIgmqAyglYpzJ0ZRyZZDT4aLCrZItuRhR5\/DS95uWInBUgIJ5AdCACGJP3s27pOGLemu4tVjQaHLD7HyCRNwbK9VufGra+6jGb8tp6HFkgdFDJAxdGZcekkjpqi0xteLDay4jk+O38D0+KiUJQNvQ2dgD8d4w2PpPMsvJ8NZC0a28RGzDKQSomfThyrk9cmWqzM18dvlWQIDAQAB",
    "manifest_version": 2,
    "name": "__MSG_extTitle__",
    "permissions": [
        "*:\/\/www.instaforex.com\/*",
        "*:\/\/fx.instaforex.com\/*",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "short_name": "insta_toolbar_en",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.24",
    "web_accessible_resources": [
        "toolbar\/*",
        "styles\/*",
        "icons\/*",
        "toolbar.html",
        "toolbar.js",
        "common.js",
        "table.html",
        "table.js"
    ]
}