Traction Guest
One-click solution for adding guests to your G Suite invites
Traction Guest là gì?
Traction Guest là một tiện ích mở rộng Chrome được phát triển bởi Traction Guest, và tính năng chính của nó là "One-click solution for adding guests to your G Suite invites".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Traction Guest
Tải xuống các tệp mở rộng Traction Guest dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Traction Guest |
ID | nojpmcdidbmmeeipoklomojmejjkpeim |
URL Chính Thức | https://chromewebstore.google.com/detail/traction-guest/nojpmcdidbmmeeipoklomojmejjkpeim |
Mô tả | One-click solution for adding guests to your G Suite invites |
Kích Thước Tệp | 60.52 KB |
Số Lần Cài Đặt | 295 |
Phiên Bản Hiện Tại | 0.8 |
Cập Nhật Lần Cuối | 2020-01-30 |
Ngày Phát Hành | 2020-01-30 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Traction Guest |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://www.tractionguest.com |
URL Trang Chính Sách Bảo Mật | http://tractionguest.com/privacy |
Ngôn Ngữ Được Hỗ Trợ | 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" } ] } |