Expensify Power User

An extension that adds small touches to make expensify easier.

Expensify Power Userคืออะไร?

Expensify Power User เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://nicholasquinlan.com และคุณลักษณะหลักของมันคือ "An extension that adds small touches to make expensify easier."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Expensify Power User

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

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

                        Expensify is super easy to user, this makes it even easier.

Expensify Power User adds autocomplete to most Expensify dropdowns.

✨✨✨✨✨✨✨✨✨✨✨✨✨✨

Code Available on Github: https://github.com/nquinlan/expensify-power-user/                    

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

ชื่อ Expensify Power User Expensify Power User
ID hdbooagpfopbbkflkenlmekfmcbdfifd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/expensify-power-user/hdbooagpfopbbkflkenlmekfmcbdfifd
คำอธิบาย An extension that adds small touches to make expensify easier.
ขนาดไฟล์ 291 KB
จำนวนการติดตั้ง 241
เวอร์ชันปัจจุบัน 0.0.1
อัปเดตครั้งล่าสุด 2015-04-25
วันที่เผยแพร่ 2015-04-25
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://nicholasquinlan.com
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Expensify Power User",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "An extension that adds small touches to make expensify easier.",
    "homepage_url": "https:\/\/expensify.com",
    "icons": {
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "permissions": [
        "https:\/\/www.expensify.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.expensify.com\/*"
            ],
            "css": [
                "src\/inject\/inject.css"
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "src\/inject\/document\/*"
    ]
}