paytm stats
A chrome extension to show stats based on paytm purchase history.
什么是paytm stats?
paytm stats是由https://imagetext.xyz开发的Chrome扩展程序,该扩展的主要功能是“A chrome extension to show stats based on paytm purchase history.”。
扩展截图
下载paytm stats扩展crx文件
下载paytm stats扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
A chrome extension to show stats based on paytm wallet transaction history. features: See total number of scans you did from your paytm app. See total amount you have spent using your Paytm wallet. See total amount added in paytm wallet from bank account. See where did you get the most transaction from? See where did you most transferred to See trend line of frequencies of your transactions paytm user wise Search in transaction history and filter the search with (amount, transaction to, description, pay mode, closing balance and transaction date) Another datatable for added money from bank or other paytm user. See total expenses month wise. See Calendar view with total expenditure of day filled day wise. This is a open source project hosted on github here https://github.com/fxnoob/paytm-history-extension
扩展基本信息
名称 | |
ID | jmojedldjpjfoaoimkbnfobbkkchnjmm |
官方URL | https://chromewebstore.google.com/detail/paytm-stats/jmojedldjpjfoaoimkbnfobbkkchnjmm |
简介 | A chrome extension to show stats based on paytm purchase history. |
文件大小 | 2.87 MB |
安装次数 | 131 |
当前版本 | 0.0.4 |
更新时间 | 2021-05-30 |
上架时间 | 2020-04-22 |
评分 | 5.00/5 共2次评分 |
开发者 | https://imagetext.xyz |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://imagetext.xyz/privacy |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "paytm stats", "version": "0.0.4", "manifest_version": 2, "description": "A chrome extension to show stats based on paytm purchase history.", "icons": { "16": "images\/16x16.png", "128": "images\/128x128.png" }, "default_locale": "en", "background": { "scripts": [ "background.bundle.js" ] }, "permissions": [ "storage", "*:\/\/paytm.com\/*", "*:\/\/*.paytm.com\/*" ], "browser_action": { "default_icon": { "48": "images\/48x48.png" }, "default_title": "paytm stats", "default_popup": "popup.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "web_accessible_resources": [ "images\/*.png" ] } |