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
Cos'è TCMB Döviz Kurları Excel?
TCMB Döviz Kurları Excel è un'estensione di Chrome sviluppata da Fadime Tugba Oge, e la sua funzione principale è "Seçilen tarihler için TCMB tarafından yayınlanan döviz kurlarını görebilir ve Excel (CSV, XLS, XLSX) dosyası olarak indirebilirsiniz".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione TCMB Döviz Kurları Excel
Scarica i file di estensione TCMB Döviz Kurları Excel in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 Informazioni di Base sull'Estensione
| Nome | |
| ID | dgibbaokhfpninakmmnpmgedoabcmnpd |
| URL Ufficiale | https://chromewebstore.google.com/detail/tcmb-d%C3%B6viz-kurlar%C4%B1-excel/dgibbaokhfpninakmmnpmgedoabcmnpd |
| Descrizione | Seçilen tarihler için TCMB tarafından yayınlanan döviz kurlarını görebilir ve Excel (CSV, XLS, XLSX) dosyası olarak indirebilirsiniz |
| Dimensione del File | 31.07 KB |
| Conteggio Installazioni | 6,315 |
| Versione Corrente | 1.4 |
| Ultimo Aggiornamento | 2022-01-06 |
| Data di Pubblicazione | 2020-06-24 |
| Valutazione | 5.00/5 Totale 10 Valutazioni |
| Sviluppatore | Fadime Tugba Oge |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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'"
} | |