SuiteTime
SuiteTime facilitates user to fill time tracking details from all NetSuite Forms through a Button click within 10 seconds.
SuiteTime란 무엇입니까?
SuiteTime은(는) https://netsolutes.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "SuiteTime facilitates user to fill time tracking details from all NetSuite Forms through a Button click within 10 seconds."입니다.
확장 프로그램 스크린샷
SuiteTime 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
SuiteTime enables filling NetSuite timesheet easily. It gives you a Button on all NetSuite pages to enter your time while you are working on your day to day tasks. It list downs all the project and task assigned to you so that you can select them and fill your time against them. SuiteTime memorizes the time that you have filled in so that you can later sync your Netsuite timesheet. No need to navigate to Timesheet form. This reduces number of clicks user needs to get on time form. Send us your feedback at [email protected]
확장 프로그램 기본 정보
이름 | SuiteTime |
ID | oimigblhmdfffmkalfddeajimhecbbgk |
공식 URL | https://chromewebstore.google.com/detail/suitetime/oimigblhmdfffmkalfddeajimhecbbgk |
설명 | SuiteTime facilitates user to fill time tracking details from all NetSuite Forms through a Button click within 10 seconds. |
파일 크기 | 1.25 MB |
설치 횟수 | 40 |
현재 버전 | 0.1.3 |
최근 업데이트 | 2020-03-08 |
출시 날짜 | 2020-03-08 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | https://netsolutes.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://netsolutes.com/ |
도움말 페이지 URL | https://netsolutes.com/faq |
개인정보 보호 정책 페이지 URL | https://netsolutes.com/privacy-policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SuiteTime", "version": "0.1.3", "manifest_version": 2, "description": "SuiteTime facilitates user to fill time tracking details from all NetSuite Forms through a Button click within 10 seconds.", "homepage_url": "https:\/\/netsolutes.com\/", "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'", "icons": { "16": "icons\/logo.png", "48": "icons\/logo.png", "128": "icons\/logo.png" }, "default_locale": "en", "background": { "page": "src\/bg\/background.html", "persistent": true }, "browser_action": { "default_icon": "icons\/logo.png", "default_title": "SuiteTime", "default_popup": "src\/browser_action\/home.html" }, "permissions": [ "notifications", "activeTab" ], "content_scripts": [ { "matches": [ "https:\/\/*.app.netsuite.com\/*" ], "css": [ "src\/inject\/inject.css", "src\/inject\/jqueryModal.css" ] }, { "run_at": "document_end", "matches": [ "https:\/\/*.app.netsuite.com\/*" ], "js": [ "js\/jquery\/jquery.min.js", "src\/inject\/inject.js", "src\/inject\/NetSuitePush.js" ] } ] } |