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ファイルをダウンロード
Traction Guest拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | |
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 |
Eメール | [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" } ] } |