Traction Guest

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

Cos'è Traction Guest?

Traction Guest è un'estensione di Chrome sviluppata da Traction Guest, e la sua funzione principale è "One-click solution for adding guests to your G Suite invites".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Traction Guest

Scarica i file di estensione Traction Guest in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Traction Guest Traction Guest
ID nojpmcdidbmmeeipoklomojmejjkpeim
URL Ufficiale https://chromewebstore.google.com/detail/traction-guest/nojpmcdidbmmeeipoklomojmejjkpeim
Descrizione One-click solution for adding guests to your G Suite invites
Dimensione del File 60.52 KB
Conteggio Installazioni 295
Versione Corrente 0.8
Ultimo Aggiornamento 2020-01-30
Data di Pubblicazione 2020-01-30
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Traction Guest
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://www.tractionguest.com
URL della Pagina della Politica sulla Privacy http://tractionguest.com/privacy
Lingue Supportate 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"
        }
    ]
}