Traction Guest

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

Τι είναι το Traction Guest;

Το Traction Guest είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Traction Guest, και η κύρια λειτουργία του είναι "One-click solution for adding guests to your G Suite invites".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Traction Guest

Λήψη αρχείων επέκτασης 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
Επίσημο 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
Ηλεκτρονικό ταχυδρομείο [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"
        }
    ]
}