ExchangeRateIQ

Find best results for decision making in your money transfer !

ExchangeRateIQคืออะไร?

ExchangeRateIQ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://exchangerateiq.com และคุณลักษณะหลักของมันคือ "Find best results for decision making in your money transfer !"

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

screenshot
screenshot
screenshot

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

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

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

                        Automatically find the Best Exchange Rate for your international money transfer.

Stop searching for exchange rates on all banks & money transfer websites. With this all in one Remittance App you can see the bank & MTO rate at one shot.

Compare the remittance rates with mid market rates to find the best money transfer service.

Click on the Exchange Rate IQ button anytime and it will automatically show you the exchange rates, fees & realized exchange rates from multiple banks and money transfer companies at one shot.

Realized Exchange Rate is the actual exchange rate you get after deducting the fees for the sending amount.

Once you find the best option just click on “Send Now” to open the required website and avail the exchange rates & fees.

Click on the Exchange Rate IQ button on a supported money transfer website and instantly see the remittance rates available for the required countries & currencies.

If you have any trouble email us at [email protected]
We currently support over 40 countries to send money including the United States, Canada, Australia, United Kingdom, Singapore, UAE & Euro Zone. The total number of receiving countries are over 200 including money transfer to India, Mexico, Philippines, China, Latin America, Africa and Europe.

List of Major Supported Currencies:
 U.S. dollar (USD)
 European euro (EUR)
 UK pound sterling (GBP)
 Indian Rupee (INR)
 Philippine Peso (PHP)
 Swiss franc (CHF)
 Australian dollar (AUD)
 Canadian dollar (CAD)
 Singapore dollar (SGD)
 Japanese yen (JPY)
 Chinese Renminbi (Yuan) (CNY)
 Mexican Peso (MXN)
 Saudi Arabian Riyal (SAR)
 Qatari Riyal (QAR)
 Thai Baht (THB)
 UAE Dirham (AED)
 Malaysian Ringgit (MYR)
 South Korean Won (KPW)
 
By using this add-on, you agree to the Exchange RatE IQ Terms & Conditions available at https://exchangerateiq.com/terms-of-service

Disclaimer: Details about the exchange rates, fees, transfer time and transfer modes provided on our website are generic and high level. While we make every effort to keep the information up to date and correct, we make no warranties of any kind with regards to accuracy or reliability of the data.                    

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

ชื่อ ExchangeRateIQ ExchangeRateIQ
ID ignjlmedalcbflonjfdlhoicfhnkolmp
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/exchangerateiq/ignjlmedalcbflonjfdlhoicfhnkolmp
คำอธิบาย Find best results for decision making in your money transfer !
ขนาดไฟล์ 172 KB
จำนวนการติดตั้ง 115
เวอร์ชันปัจจุบัน 0.7
อัปเดตครั้งล่าสุด 2017-08-15
วันที่เผยแพร่ 2017-08-15
คะแนน 5.00/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา https://exchangerateiq.com
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://exchangerateiq.com/policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ExchangeRateIQ",
    "version": "0.7",
    "description": "Find best results for decision making in your money transfer !",
    "permissions": [
        "storage",
        "webNavigation",
        "tabs",
        "activeTab",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "16": "icons\/19.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "browser_action": {
        "default_icon": "icons\/19.png",
        "default_popup": "html\/options.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "scripts\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "scripts\/jquery-3.1.1.min.js",
            "scripts\/background.js",
            "scripts\/analytics.js"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'"
}