Swiss Budget Manager

Use the Swiss saviness to make sure you keep track of your spendings by highlighting and clicking! Create a limit to not spend more

Swiss Budget Managerคืออะไร?

Swiss Budget Manager เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Michael M และคุณลักษณะหลักของมันคือ "Use the Swiss saviness to make sure you keep track of your spendings by highlighting and clicking! Create a limit to not spend more"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Swiss Budget Manager

ดาวน์โหลดไฟล์ส่วนขยาย Swiss Budget Manager ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Highlight the price of an item's price and right click to add it to your spending.

You can see your spending and your limit on the upper right corner.

Set your limit inside the options                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Swiss Budget Manager Swiss Budget Manager
ID djieiklpkjjjkpacmhelikfebpdmofba
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/swiss-budget-manager/djieiklpkjjjkpacmhelikfebpdmofba
คำอธิบาย Use the Swiss saviness to make sure you keep track of your spendings by highlighting and clicking! Create a limit to not spend more
ขนาดไฟล์ 41.08 KB
จำนวนการติดตั้ง 40
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2017-06-21
วันที่เผยแพร่ 2017-06-21
ผู้พัฒนา Michael M
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Swiss Budget Manager",
    "description": "Use the Swiss saviness to make sure you keep track of your spendings by highlighting and clicking! Create a limit to not spend more",
    "version": "1.0",
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png",
        "16": "icon16.png"
    },
    "browser_action": {
        "default_icon": "icon16.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "permissions": [
        "storage",
        "notifications",
        "contextMenus"
    ],
    "options_page": "options.html"
}