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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An extension for YNAB that allows users to quickly add a transaction to their budget."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Sprout for YNAB एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
}