Traction Guest

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

Traction Guest क्या है?

Traction Guest Traction Guest द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "One-click solution for adding guests to your G Suite invites"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Traction Guest एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
        }
    ]
}