Traction Guest

One-click solution for adding guests to your G Suite invites

Was ist Traction Guest?

Traction Guest ist eine Chrome-Erweiterung, die von Traction Guest entwickelt wurde, und ihr Hauptmerkmal ist "One-click solution for adding guests to your G Suite invites".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Traction Guest-Erweiterungs-CRX-Datei herunterladen

Laden Sie Traction Guest-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Traction Guest Traction Guest
ID nojpmcdidbmmeeipoklomojmejjkpeim
Offizielle URL https://chromewebstore.google.com/detail/traction-guest/nojpmcdidbmmeeipoklomojmejjkpeim
Beschreibung One-click solution for adding guests to your G Suite invites
Dateigröße 60.52 KB
Installationsanzahl 295
Aktuelle Version 0.8
Letztes Update 2020-01-30
Veröffentlichungsdatum 2020-01-30
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler Traction Guest
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://www.tractionguest.com
URL der Datenschutzrichtlinien-Seite http://tractionguest.com/privacy
Unterstützte Sprachen 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"
        }
    ]
}