paytm stats
A chrome extension to show stats based on paytm purchase history.
Cos'è paytm stats?
paytm stats è un'estensione di Chrome sviluppata da https://imagetext.xyz, e la sua funzione principale è "A chrome extension to show stats based on paytm purchase history.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione paytm stats
Scarica i file di estensione paytm stats in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | |
ID | jmojedldjpjfoaoimkbnfobbkkchnjmm |
URL Ufficiale | https://chromewebstore.google.com/detail/paytm-stats/jmojedldjpjfoaoimkbnfobbkkchnjmm |
Descrizione | A chrome extension to show stats based on paytm purchase history. |
Dimensione del File | 2.87 MB |
Conteggio Installazioni | 131 |
Versione Corrente | 0.0.4 |
Ultimo Aggiornamento | 2021-05-30 |
Data di Pubblicazione | 2020-04-22 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | https://imagetext.xyz |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://imagetext.xyz/privacy |
Lingue Supportate | 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" ] } |