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”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載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.                    

擴展基本資訊

名稱 Traction Guest Traction Guest
ID nojpmcdidbmmeeipoklomojmejjkpeim
官方網址 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"
        }
    ]
}