paytm stats
A chrome extension to show stats based on paytm purchase history.
paytm stats là gì?
paytm stats là một tiện ích mở rộng Chrome được phát triển bởi https://imagetext.xyz, và tính năng chính của nó là "A chrome extension to show stats based on paytm purchase history.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng paytm stats
Tải xuống các tệp mở rộng paytm stats dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | jmojedldjpjfoaoimkbnfobbkkchnjmm |
URL Chính Thức | https://chromewebstore.google.com/detail/paytm-stats/jmojedldjpjfoaoimkbnfobbkkchnjmm |
Mô tả | A chrome extension to show stats based on paytm purchase history. |
Kích Thước Tệp | 2.87 MB |
Số Lần Cài Đặt | 131 |
Phiên Bản Hiện Tại | 0.0.4 |
Cập Nhật Lần Cuối | 2021-05-30 |
Ngày Phát Hành | 2020-04-22 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | https://imagetext.xyz |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://imagetext.xyz/privacy |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |