Döviz Kurları

Döviz Kurlarını Çevirerek Kar Zarar Hesaplamalarınızı Yapın.

What is Döviz Kurları?

Döviz Kurları is a Chrome extension developed by aykutucoz, and its main feature is "Döviz Kurlarını Çevirerek Kar Zarar Hesaplamalarınızı Yapın.".

Extension Screenshots

screenshot
screenshot

Download Döviz Kurları Extension CRX File

Download Döviz Kurları 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

                        Güncel döviz kurlarını ve gram altın değerini anlık olarak takip edebilirsiniz.
Seçtiğiniz döviz türüne göre belirlediğiniz alış tutarınız üzerinden günlük kar zarar hesaplama işlemlerinizi kolayca kaydedin.
Hesap Aracı ile dilerseniz dövizler arası çevrim, dilerseniz altın hesaplama aracı ile tutarları hesaplayabilirsiniz.
Son eklenen güncelleme ile eklenti açık olduğu sürece otomatik olarak kurları yenilemektedir.                    

Extension Basic Information

Name Döviz Kurları Döviz Kurları
ID kcpmfbmballnknehaogjcdhdhgcjceef
Official URL https://chromewebstore.google.com/detail/d%C3%B6viz-kurlar%C4%B1/kcpmfbmballnknehaogjcdhdhgcjceef
Description Döviz Kurlarını Çevirerek Kar Zarar Hesaplamalarınızı Yapın.
File Size 213 KB
Installation Count 184
Current Version 1.2.3
Last Updated 2018-09-14
Publish Date 2018-09-13
Rating 4.60/5 Total 10 Ratings
Developer aykutucoz
Email [email protected]
Payment Type free
Supported Languages tr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "short_name": "D\u00f6viz",
    "name": "D\u00f6viz Kurlar\u0131",
    "description": "D\u00f6viz Kurlar\u0131n\u0131 \u00c7evirerek Kar Zarar Hesaplamalar\u0131n\u0131z\u0131 Yap\u0131n.",
    "version": "1.2.3",
    "background": {
        "persistent": false,
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon128.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/popup.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "https:\/\/www.doviz.com\/api\/v1\/currencies\/all\/latest"
    ]
}