Expense Tracker
This extension tracks your overall expenses online.
ما هو Expense Tracker؟
Expense Tracker هو إضافة Chrome تم تطويرها بواسطة AdityaAtri، والميزة الرئيسية لها هي "This extension tracks your overall expenses online.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Expense Tracker
قم بتنزيل ملفات الامتداد Expense Tracker بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This chrome extension "Expense Tracker" manages your online expenses. You can set your annually/monthly/ weekly expenditure limit. If you cross that limit - you will get notification.
معلومات أساسية عن التمديد
الاسم | Expense Tracker |
ID | gkmdoophpihehbiphmilpfgoklbbgfmc |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/expense-tracker/gkmdoophpihehbiphmilpfgoklbbgfmc |
الوصف | This extension tracks your overall expenses online. |
حجم الملف | 1.28 MB |
عدد التثبيتات | 210 |
النسخة الحالية | 1.0.1 |
آخر تحديث | 2019-05-12 |
تاريخ النشر | 2019-05-12 |
تقييم | 5.00/5 مجموع تقييمات 3 |
المطور | AdityaAtri |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Expense Tracker", "description": "This extension tracks your overall expenses online.", "version": "1.0.1", "icons": { "128": "icon128.png", "48": "icon48.png", "16": "icon16.png" }, "browser_action": { "default_icon": "icon16.png", "default_popup": "popup.html" }, "background": { "scripts": [ "eventpage.js" ], "persistent": false }, "permissions": [ "storage", "notifications", "contextMenus" ], "options_page": "options.html" } |