Imputator
¡Imputaciones de cada ticket por separado!
Imputator란 무엇입니까?
Imputator은(는) Cristian Hernández에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "¡Imputaciones de cada ticket por separado!"입니다.
확장 프로그램 스크린샷
Imputator 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Registra tu trabajo en cada item por separado sin tener que recordar cuanto llevas trabajando en él. Revisa todos tus tickets en progreso con solo un vistazo. Avisos de que no has imputado a las 16:30 y a las 19:00! Sumatorio de todo lo imputado hoy.
확장 프로그램 기본 정보
이름 | |
ID | cilmpdddnphbadifohhbgmjlamihdica |
공식 URL | https://chromewebstore.google.com/detail/imputator/cilmpdddnphbadifohhbgmjlamihdica |
설명 | ¡Imputaciones de cada ticket por separado! |
파일 크기 | 291 KB |
설치 횟수 | 10 |
현재 버전 | 2.6 |
최근 업데이트 | 2020-01-07 |
출시 날짜 | 2020-01-07 |
개발자 | Cristian Hernández |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://cristianhernandez.ch/ |
지원되는 언어 | es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Imputator", "version": "2.6", "description": "\u00a1Imputaciones de cada ticket por separado!", "permissions": [ "activeTab", "declarativeContent", "storage", "alarms", "notifications" ], "options_ui": { "page": "options.html", "open_in_tab": false }, "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "page_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/imputator16.png", "32": "images\/imputator32.png", "48": "images\/imputator48.png", "128": "images\/imputator128.png" } }, "icons": { "16": "images\/imputator16.png", "32": "images\/imputator32.png", "48": "images\/imputator48.png", "128": "images\/imputator128.png" }, "manifest_version": 2 } |