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/ 拡張機能の基本情報
| 名前 | |
| 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\/*"
]
} | |