Traction Guest
One-click solution for adding guests to your G Suite invites
Traction Guest란 무엇입니까?
Traction Guest은(는) Traction Guest에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "One-click solution for adding guests to your G Suite invites"입니다.
확장 프로그램 스크린샷
Traction Guest 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Use the convenience of G Suite invites to create pre-registered invites in Traction Guest. Traction Guest is a leading developer of cloud-based visitor management systems (VMS) which make hosting visitors effortless, memorable, and safe. Traction Guest is used by enterprises on five continents in dozens of industries, including progressive brands like DocuSign, Thermo Fisher, and VICE Media. The Google Chrome extension allows Traction Guest users to send an invitation directly from G Suite, enable guests to pre-register, and expedite check in on arrival. This will streamline on site registration process and enhance overall guest experience.
확장 프로그램 기본 정보
이름 | Traction Guest |
ID | nojpmcdidbmmeeipoklomojmejjkpeim |
공식 URL | https://chromewebstore.google.com/detail/traction-guest/nojpmcdidbmmeeipoklomojmejjkpeim |
설명 | One-click solution for adding guests to your G Suite invites |
파일 크기 | 60.52 KB |
설치 횟수 | 295 |
현재 버전 | 0.8 |
최근 업데이트 | 2020-01-30 |
출시 날짜 | 2020-01-30 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | Traction Guest |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://www.tractionguest.com |
개인정보 보호 정책 페이지 URL | http://tractionguest.com/privacy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Traction Guest", "description": "One-click solution for adding guests to your G Suite invites", "homepage_url": "http:\/\/www.tractionguest.com", "version": "0.8", "browser_action": { "default_icon": { "24": "img\/icon-24.png", "48": "img\/icon-48.png", "128": "img\/icon-128.png" }, "default_title": "Traction Guest", "default_popup": "popup.html" }, "icons": { "24": "img\/icon-24.png", "48": "img\/icon-48.png", "128": "img\/icon-128.png" }, "web_accessible_resources": [ "img\/*" ], "permissions": [ "tabs", "activeTab", "https:\/\/calendar.google.com\/calendar\/*" ], "background": { "scripts": [ "js\/background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/calendar.google.com\/calendar\/*" ], "css": [ "css\/app.css" ], "js": [ "js\/bililiteRange.js", "js\/jquery.min.js", "js\/jquery.sendkeys.js", "js\/sploader.js", "js\/inject.js" ], "run_at": "document_idle" } ] } |