Sprout for YNAB

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

Sprout for YNABคืออะไร?

Sprout for YNAB เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Daniel Cabuslay และคุณลักษณะหลักของมันคือ "An extension for YNAB that allows users to quickly add a transaction to their budget."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Sprout for YNAB

ดาวน์โหลดไฟล์ส่วนขยาย 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 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
}