TCMB Döviz Kurları Excel

Seçilen tarihler için TCMB tarafından yayınlanan döviz kurlarını görebilir ve Excel (CSV, XLS, XLSX) dosyası olarak indirebilirsiniz

What is TCMB Döviz Kurları Excel?

TCMB Döviz Kurları Excel is a Chrome extension developed by Fadime Tugba Oge, and its main feature is "Seçilen tarihler için TCMB tarafından yayınlanan döviz kurlarını görebilir ve Excel (CSV, XLS, XLSX) dosyası olarak indirebilirsiniz".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download TCMB Döviz Kurları Excel Extension CRX File

Download TCMB Döviz Kurları Excel extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Sorgulanabilir Bilgiler:
- Döviz Kodu (Currency Code)
- Birim (Unit)
- Döviz Alış (Forex Buying)
- Döviz Satış (Forex Selling)
- Efektif Alış (Banknote Buying)
- Efektif Satış (Banknote Selling)

Sorgulanabilir Döviz Kurları:
- USD
- AUD
- DKK
- EUR
- GBP
- CHF
- SEK
- CAD
- KWD
- NOK
- SAR
- JPY
- BGN
- RON
- RUB
- IRR
- CNY
- PKR
- QAR
- KRW                    

Extension Basic Information

Name TCMB Döviz Kurları Excel TCMB Döviz Kurları Excel
ID dgibbaokhfpninakmmnpmgedoabcmnpd
Official URL https://chromewebstore.google.com/detail/tcmb-d%C3%B6viz-kurlar%C4%B1-excel/dgibbaokhfpninakmmnpmgedoabcmnpd
Description Seçilen tarihler için TCMB tarafından yayınlanan döviz kurlarını görebilir ve Excel (CSV, XLS, XLSX) dosyası olarak indirebilirsiniz
File Size 31.07 KB
Installation Count 6,315
Current Version 1.4
Last Updated 2022-01-06
Publish Date 2020-06-24
Rating 5.00/5 Total 10 Ratings
Developer Fadime Tugba Oge
Email [email protected]
Payment Type free
Supported Languages tr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TCMB D\u00f6viz Kurlar\u0131 Excel",
    "description": "Se\u00e7ilen tarihler i\u00e7in TCMB taraf\u0131ndan yay\u0131nlanan d\u00f6viz kurlar\u0131n\u0131 g\u00f6rebilir ve Excel (CSV, XLS, XLSX) dosyas\u0131 olarak indirebilirsiniz",
    "version": "1.4",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background_script.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icon48.png"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "options_page": "kur.html",
    "permissions": [
        "https:\/\/www.tcmb.gov.tr\/"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' 'sha256-7n2oGUDznTIzXB1RuCSNEzqep8nOWFNUSGw5FwFibWs=' https:\/\/ajax.googleapis.com https:\/\/rawgit.com https:\/\/cdn.jsdelivr.net https:\/\/code.jquery.com https:\/\/cdnjs.cloudflare.com https:\/\/stackpath.bootstrapcdn.com; object-src 'self'"
}