Kolay Bütçe
Kolay bütçe banka hesap hareketlerinizi tek bir websitesi üzerinde toplamanıza yarayan uzantıdır.
Qu'est-ce que Kolay Bütçe ?
Kolay Bütçe est une extension Chrome développée par https://kolaybutce.com, et sa fonction principale est "Kolay bütçe banka hesap hareketlerinizi tek bir websitesi üzerinde toplamanıza yarayan uzantıdır.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Kolay Bütçe
Téléchargez les fichiers d'extension Kolay Bütçe au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Kolay Bütçe |
ID | acfnniefnegcmggkdobblgpmghndemai |
URL Officiel | 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. |
Taille du Fichier | 384 KB |
Nombre d'Installations | 33 |
Version Actuelle | 1.0.4 |
Dernière Mise à Jour | 2019-09-16 |
Date de Publication | 2019-09-16 |
Développeur | https://kolaybutce.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://kolaybutce.com |
URL de la Page d'Aide | https://kolaybutce.com/terms |
URL de la Page de Politique de Confidentialité | https://kolaybutce.com/terms |
Langues Prises en Charge | 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\/*" ] } |