Sprout for YNAB
An extension for YNAB that allows users to quickly add a transaction to their budget.
Cos'è Sprout for YNAB?
Sprout for YNAB è un'estensione di Chrome sviluppata da Daniel Cabuslay, e la sua funzione principale è "An extension for YNAB that allows users to quickly add a transaction to their budget.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Sprout for YNAB
Scarica i file di estensione Sprout for YNAB 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
Want to be able to get the price of your latest purchase to record on your budget without switching tabs or windows? Sprout for YNAB is an extension that allows you to quickly add a transaction to any of your budgets without leaving your current tab. Sprout for YNAB is not affiliated with nor endorsed by You Need A Budget.
Informazioni di Base sull'Estensione
Nome | Sprout for YNAB |
ID | npkgeinbpjppdllganpinoocipknmmnj |
URL Ufficiale | https://chromewebstore.google.com/detail/sprout-for-ynab/npkgeinbpjppdllganpinoocipknmmnj |
Descrizione | An extension for YNAB that allows users to quickly add a transaction to their budget. |
Dimensione del File | 144 KB |
Conteggio Installazioni | 536 |
Versione Corrente | 1.1.3 |
Ultimo Aggiornamento | 2021-10-22 |
Data di Pubblicazione | 2021-04-05 |
Valutazione | 4.60/5 Totale 5 Valutazioni |
Sviluppatore | Daniel Cabuslay |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://sprout.danielcabuslay.com |
URL della Pagina della Politica sulla Privacy | https://danielcabuslay.com/privacy |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Sprout for YNAB", "version": "1.1.3", "description": "An extension for YNAB that allows users to quickly add a transaction to their budget.", "icons": { "16": "assets\/logos\/logo-16.png", "48": "assets\/logos\/logo-48.png", "128": "assets\/logos\/logo-128.png" }, "action": { "default_popup": "index.html" }, "permissions": [ "identity", "storage" ], "background": { "service_worker": "background.js" }, "options_ui": { "page": "options\/options.html" }, "author": "Daniel Cabuslay", "homepage_url": "https:\/\/sprout.danielcabuslay.com", "offline_enabled": false, "content_security_policy": { "extension_pages": "default-src 'none'; script-src 'self'; style-src 'self' https:\/\/fonts.googleapis.com; img-src 'self'; font-src https:\/\/fonts.gstatic.com; connect-src https:\/\/api.youneedabudget.com https:\/\/chino.danielcabuslay.workers.dev" }, "minimum_chrome_version": "88", "manifest_version": 3 } |