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

Hvad er TCMB Döviz Kurları Excel?

TCMB Döviz Kurları Excel er en Chrome-udvidelse udviklet af Fadime Tugba Oge, og dens hovedfunktion er "Seçilen tarihler için TCMB tarafından yayınlanan döviz kurlarını görebilir ve Excel (CSV, XLS, XLSX) dosyası olarak indirebilirsiniz".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot

Download TCMB Döviz Kurları Excel-udvidelses-CRX-fil

Download TCMB Döviz Kurları Excel-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn TCMB Döviz Kurları Excel TCMB Döviz Kurları Excel
ID dgibbaokhfpninakmmnpmgedoabcmnpd
Officiel URL https://chromewebstore.google.com/detail/tcmb-d%C3%B6viz-kurlar%C4%B1-excel/dgibbaokhfpninakmmnpmgedoabcmnpd
Beskrivelse Seçilen tarihler için TCMB tarafından yayınlanan döviz kurlarını görebilir ve Excel (CSV, XLS, XLSX) dosyası olarak indirebilirsiniz
Filstørrelse 31.07 KB
Antal Installationer 6,315
Nuværende Version 1.4
Senest Opdateret 2022-01-06
Udgivelsesdato 2020-06-24
Bedømmelse 5.00/5 Samlet 10 Bedømmelser
Udvikler Fadime Tugba Oge
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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'"
}