Kolay Bütçe

Kolay bütçe banka hesap hareketlerinizi tek bir websitesi üzerinde toplamanıza yarayan uzantıdır.

What is Kolay Bütçe?

Kolay Bütçe is a Chrome extension developed by https://kolaybutce.com, and its main feature is "Kolay bütçe banka hesap hareketlerinizi tek bir websitesi üzerinde toplamanıza yarayan uzantıdır.".

Extension Screenshots

screenshot
screenshot

Download Kolay Bütçe Extension CRX File

Download Kolay Bütçe 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

                        Kolay bütçe banka hesap hareketlerinizi tek bir websitesi üzerinde toplamanıza yarayan uzantıdır.

Şu an için Garanti BBVA, Ziraat ve Cepteteb internet banka şubelerindeki hesap hareketlerinizi sistem üzerinde görüntüleyebilirsiniz.

Garanti BBVA, Ziraat veya Cepteteb internet şubesine giriş yapıp hesap hareketlerinizin görüntülendiği ekrana geldiğinizde, ekranın belli bir bölgesinde "Kolay Bütçe ile Senkronize Et" tuşu çıkacaktır. Bu tuşa bastığınızda gelir giderleriniz Kolay Bütçe hesabınıza eklenir.

Uzantı sadece gelir giderlerinizi sisteme yükler. Bunun dışında TC Kimlik numarası, banka şifresi, ad soyad vs gibi kişisel bilgileriniz sisteme gönderilmez. Google Chrome uzantılarının kaynak kodları açık olduğundan uzantının herhangi şüpheli bir işlem yapması söz konusu değildir.

Privacy Policy: https://kolaybutce.com/terms                    

Extension Basic Information

Name Kolay Bütçe Kolay Bütçe
ID acfnniefnegcmggkdobblgpmghndemai
Official URL https://chromewebstore.google.com/detail/kolay-b%C3%BCt%C3%A7e/acfnniefnegcmggkdobblgpmghndemai
Description Kolay bütçe banka hesap hareketlerinizi tek bir websitesi üzerinde toplamanıza yarayan uzantıdır.
File Size 384 KB
Installation Count 33
Current Version 1.0.4
Last Updated 2019-09-16
Publish Date 2019-09-16
Developer https://kolaybutce.com
Email [email protected]
Payment Type free
Extension Website https://kolaybutce.com
Help Page URL https://kolaybutce.com/terms
Privacy Policy Page URL https://kolaybutce.com/terms
Supported Languages tr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Kolay B\u00fct\u00e7e",
    "description": "Kolay b\u00fct\u00e7e banka hesap hareketlerinizi tek bir websitesi \u00fczerinde toplaman\u0131za yarayan uzant\u0131d\u0131r.",
    "version": "1.0.4",
    "background": {
        "scripts": [
            "jquery-2.2.4.min.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "jquery-2.2.4.min.js",
                "xlsx.full.min.js",
                "background.js"
            ],
            "matches": [
                "https:\/\/sube.garantibbva.com.tr\/*",
                "https:\/\/esube.teb.com.tr\/*",
                "https:\/\/bireysel.ziraatbank.com.tr\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "browser_action": {
        "default_icon": "logo_kare.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "permissions": [
        "activeTab",
        "storage",
        "tabs",
        "https:\/\/kolaybutce.com\/*"
    ]
}