Expensify Power User
An extension that adds small touches to make expensify easier.
什麼是Expensify Power User?
Expensify Power User是由https://nicholasquinlan.com開發的Chrome擴展程式,該擴展的主要功能是“An extension that adds small touches to make expensify easier.”。
擴展截圖
下載Expensify Power User擴展crx文件
下載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 |
ID | hdbooagpfopbbkflkenlmekfmcbdfifd |
官方網址 | 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\/*" ] } |