ExpertBot – Expert Robot

The browser version of the ExpertBot robot for the Expert platform

ExpertBot – Expert Robotคืออะไร?

ExpertBot – Expert Robot เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://expertoptionbot.com และคุณลักษณะหลักของมันคือ "The browser version of the ExpertBot robot for the Expert platform"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ExpertBot – Expert Robot

ดาวน์โหลดไฟล์ส่วนขยาย ExpertBot – Expert Robot ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Auto-trading robot for the ExpertOption platform.

The extension implements an additional interface on the platform. You can easily and quickly configure and launch the robot. This is integrated with the ExpertBot Cloud Analytics analytics server, which predicts the trend of the asset-based on more than 20 technical indicators in real-time.

We recommend you test the settings of the robot on the Demo account, and then launch it on the Real account.

The extension is free and does not collect any personal data. It is not directly affiliated with ExpertOption and is implemented by a team of independent developers.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ ExpertBot – Expert Robot ExpertBot – Expert Robot
ID aidgalgknmlipfnekllphkpignegfmid
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/expertbot-%E2%80%93-expert-robot/aidgalgknmlipfnekllphkpignegfmid
คำอธิบาย The browser version of the ExpertBot robot for the Expert platform
ขนาดไฟล์ 2.47 MB
จำนวนการติดตั้ง 3,386
เวอร์ชันปัจจุบัน 4.0.1
อัปเดตครั้งล่าสุด 2023-02-16
วันที่เผยแพร่ 2020-07-04
คะแนน 4.19/5 รวมทั้งหมด 16 คะแนน
ผู้พัฒนา https://expertoptionbot.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://expertoptionbot.com/
URL หน้านโยบายความเป็นส่วนตัว https://docs.google.com/document/d/1q-L4ZdtfXOkZ_M7SzyTjZW0Wn5dBJ4BBwTLCSLPAJU4
ภาษาที่รองรับ id,ms,en,fil,vi,tr,es,pt-BR,hi,th,ar,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "ExpertBot",
    "action": {
        "default_popup": "popup.html",
        "default_title": "__MSG_title__"
    },
    "default_locale": "en",
    "description": "__MSG_desc__",
    "icons": {
        "16": "botIcons\/16x16_off.png",
        "32": "botIcons\/32x32_off.png",
        "48": "botIcons\/48x48_off.png",
        "64": "botIcons\/64x64_off.png",
        "128": "botIcons\/128x128_off.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/content.js",
                "\/index.html",
                "\/background.js",
                "\/expertbotSiteContent.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "manifest_version": 3,
    "name": "__MSG_name__",
    "short_name": "__MSG_shortname__",
    "permissions": [
        "tabs",
        "cookies",
        "webRequest",
        "declarativeNetRequest",
        "gcm",
        "storage",
        "notifications",
        "identity",
        "alarms"
    ],
    "host_permissions": [
        "wss:\/\/*\/*",
        "https:\/\/*.branch.io\/*",
        "*:\/\/*.expertoption.com\/*",
        "*:\/\/*.expertoptionasia.com\/*",
        "https:\/\/promo.expertoptionbot.com\/*",
        "https:\/\/bst.ppnet.systems\/*",
        "https:\/\/onesignal.com\/*",
        "https:\/\/expertoptionbot.com\/*",
        "https:\/\/api.expertoptionbot.com\/*",
        "https:\/\/marketing.work.ppnet.io\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/app.expertoption.com\/*",
                "https:\/\/app.expertoptionasia.com\/*"
            ],
            "js": [
                "content.js",
                "depositScript.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/expertoptionbot.com\/*"
            ],
            "js": [
                "expertbotSiteContent.js"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';"
    },
    "version": "4.0.1"
}