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."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Sprout for YNAB 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 Sprout for YNAB
ID npkgeinbpjppdllganpinoocipknmmnj
공식 URL 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
}