Sprout for YNAB

An extension for YNAB that allows users to quickly add a transaction to their budget.

Sprout for YNAB là gì?

Sprout for YNAB là một tiện ích mở rộng Chrome được phát triển bởi Daniel Cabuslay, và tính năng chính của nó là "An extension for YNAB that allows users to quickly add a transaction to their budget.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Sprout for YNAB

Tải xuống các tệp mở rộng Sprout for YNAB 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

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Sprout for YNAB Sprout for YNAB
ID npkgeinbpjppdllganpinoocipknmmnj
URL Chính Thức https://chromewebstore.google.com/detail/sprout-for-ynab/npkgeinbpjppdllganpinoocipknmmnj
Mô tả An extension for YNAB that allows users to quickly add a transaction to their budget.
Kích Thước Tệp 144 KB
Số Lần Cài Đặt 536
Phiên Bản Hiện Tại 1.1.3
Cập Nhật Lần Cuối 2021-10-22
Ngày Phát Hành 2021-04-05
Đánh Giá 4.60/5 Tổng số 5 Đánh Giá
Nhà Phát Triển Daniel Cabuslay
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://sprout.danielcabuslay.com
URL Trang Chính Sách Bảo Mật https://danielcabuslay.com/privacy
Ngôn Ngữ Được Hỗ Trợ 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
}