Options Binaires - Auto Trader

Options Binaires - Auto Trader

Options Binaires - Auto Trader란 무엇입니까?

Options Binaires - Auto Trader은(는) http://optionsbinairespro.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Options Binaires - Auto Trader"입니다.

Options Binaires - Auto Trader 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Options Binaires Pro vous invite a essayer notre Auto Trader gratuitement.                    

확장 프로그램 기본 정보

이름 Options Binaires - Auto Trader Options Binaires - Auto Trader
ID lglhfljgaiknkdknncmamimnfcdfikgo
공식 URL https://chrome.google.com/webstore/detail/options-binaires-auto-tra/lglhfljgaiknkdknncmamimnfcdfikgo
설명 Options Binaires - Auto Trader
파일 크기 576 KB
설치 횟수 80
현재 버전 2.0
최근 업데이트 2013-07-28
출시 날짜 2013-07-28
개발자 http://optionsbinairespro.com
결제 유형 free
확장 프로그램 웹 사이트 http://optionsbinairespro.com/
도움말 페이지 URL http://optionsbinairespro.com/auto-trader/
지원되는 언어 fr
manifest.json
{
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "popup.html",
        "default_title": "Options Binaires - Auto Trader"
    },
    "content_scripts": [
        {
            "js": [
                "jquery-1.9.1.js",
                "jquery-ui.js",
                "content_script.js"
            ],
            "matches": [
                "https:\/\/*.24option.com\/*",
                "http:\/\/*.24option.com\/*",
                "https:\/\/*.zoneoptions.com\/*",
                "http:\/\/*.zoneoptions.com\/*",
                "https:\/\/*.topoption.com\/*",
                "http:\/\/*.topoption.com\/*",
                "http:\/\/*.optionweb.com\/*",
                "http:\/\/*.optionweb.com\/*"
            ]
        }
    ],
    "description": "Options Binaires - Auto Trader",
    "icons": {
        "128": "images\/icon-128.png",
        "48": "images\/icon-48.png"
    },
    "manifest_version": 2,
    "name": "Options Binaires - Auto Trader",
    "permissions": [
        "http:\/\/optionsbinairespro.com\/*",
        "notifications",
        "tabs"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.0",
    "web_accessible_resources": [
        "images\/icon-48.png"
    ]
}