Sprout for YNAB
An extension for YNAB that allows users to quickly add a transaction to their budget.
什麼是Sprout for YNAB?
Sprout for YNAB是由Daniel Cabuslay開發的Chrome擴展程式,該擴展的主要功能是“An extension for YNAB that allows users to quickly add a transaction to their budget.”。
擴展截圖
下載Sprout for YNAB擴展crx文件
下載Sprout for YNAB擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | Sprout for YNAB |
ID | npkgeinbpjppdllganpinoocipknmmnj |
官方網址 | https://chromewebstore.google.com/detail/sprout-for-ynab/npkgeinbpjppdllganpinoocipknmmnj |
簡介 | An extension for YNAB that allows users to quickly add a transaction to their budget. |
檔案大小 | 144 KB |
安裝次數 | 536 |
目前版本 | 1.1.3 |
更新時間 | 2021-10-22 |
上架時間 | 2021-04-05 |
評分 | 4.60/5 共 5 次評分 |
開發者 | Daniel Cabuslay |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://sprout.danielcabuslay.com |
隱私政策頁面URL | https://danielcabuslay.com/privacy |
支援的語言 | 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 } |