Binary Tips

Additional earnings on binary options. Secure your deals

什麼是Binary Tips?

Binary Tips是由https://binary-tips.com開發的Chrome擴展程式,該擴展的主要功能是“Additional earnings on binary options. Secure your deals”。

擴展截圖

screenshot

下載Binary Tips擴展crx文件

下載Binary Tips擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        How it works? - everything is very simple

1. Register on the service
2. Choose a broker with which you will trade
3. Sign up through our button
4. Withdraw your cashback

We work with proven brokers:

- EffectOption
- Binomo
- Olymptrade

Technical support:

- Working hours: Around the clock
- Mail support: [email protected]

If you have any questions of a technical or financial plan, write to us and we will help you in solving your question. We answer questions within 15-60 minutes, depending on the download service.                    

擴展基本資訊

名稱 Binary Tips Binary Tips
ID algohkjchealbdpphddiocmbajdpdknp
官方網址 https://chromewebstore.google.com/detail/binary-tips/algohkjchealbdpphddiocmbajdpdknp
簡介 Additional earnings on binary options. Secure your deals
檔案大小 530 KB
安裝次數 53
目前版本 1.0
更新時間 2019-03-05
上架時間 2019-03-05
評分 5.00/5 共 57 次評分
開發者 https://binary-tips.com
電子郵箱 [email protected]
付費類型 free
擴展官網 http://binary-tips.com/
說明頁面URL http://binary-tips.com/contacts
隱私政策頁面URL http://binary-tips.com/page/1
支援的語言 ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Binary Tips",
    "version": "1.0",
    "description": "Additional earnings on binary options. Secure your deals",
    "manifest_version": 2,
    "icons": {
        "128": "img\/favicon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/api.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_title": "Binary Tips",
        "default_icon": "img\/favicon.png",
        "default_popup": "index.html"
    }
}