wikifx

Global Forex Broker Regulatory Inquiry

wikifxคืออะไร?

wikifx เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Wiki Co.,LIMITED และคุณลักษณะหลักของมันคือ "Global Forex Broker Regulatory Inquiry"

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย wikifx

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

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

                        A plug-in which can tell the truth from the false of brokers accurately through websites of foreign exchange brokers.

In recent years the foreign exchange market like a raging fire is developing rapidly with tens of thousands of foreign exchange brokers.

The feature of the market causes the lack of regulatory system. So it’s unavoidable to have both good and bad brokers. It’s hard for ordinary investors to distinguish with their limited knowledge and resources, making them loss a lot or even go bankrupt. WikiFX devotes to protecting the interests of global foreign exchange investors and regards regularizing the foreign exchange market and developing it well as our duty. The regulatory plug-in is developed with the calculation of artificial intelligence, based on professional and massive data resources which our company has.

This plug-in is suitable for the websites of global broker platforms.

Simplified Chinese, traditional Chinese, English, French, Italian, Thai, Vietnamese and many other languages are included in this plug-in.

When you use this plug-in to visit a website of foreign exchange broker, evaluation information of the broker will be showed at the lower-right side of the page. It shrinks as sphere automatically after being closed.

Use this plug-in without the need to register.

Core functions:
1. Show grades of brokers.
2. Authenticate fraud platforms.
3. Show regulatory information of brokers.
4. Show exposure information of brokers.                    

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

ชื่อ wikifx wikifx
ID jflkdlbjgfiifajbjeockfjhbnhlakfd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/wikifx/jflkdlbjgfiifajbjeockfjhbnhlakfd
คำอธิบาย Global Forex Broker Regulatory Inquiry
ขนาดไฟล์ 40.7 KB
จำนวนการติดตั้ง 6,020
เวอร์ชันปัจจุบัน 1.2.3
อัปเดตครั้งล่าสุด 2024-02-22
วันที่เผยแพร่ 2020-08-18
คะแนน 3.86/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา Wiki Co.,LIMITED
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.wikifx.com/
URL หน้าช่วยเหลือ https://www.wikifx.com/
URL หน้านโยบายความเป็นส่วนตัว https://plugins.wikifx.com/trade/PrivacyAgreement.html
ภาษาที่รองรับ id,en,fil,fr,vi,es,it,ru,hi,th,zh-CN,zh-TW,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "wikifx",
    "version": "1.2.3",
    "description": "__MSG_extDesc__",
    "default_locale": "en",
    "permissions": [
        "storage",
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "action": {
        "default_title": "__MSG_ext_default_title__",
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "content_scripts": [
        {
            "js": [
                "content_script_start.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_start"
        },
        {
            "js": [
                "content_script_end.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "manifest_version": 3
}