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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
공식 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\/*" ] } |