ProcessBolt AirLink

Automate your third-party risk assessment questionnaires with ProcessBolt. Third party risk assessments are necessary to protect…

ProcessBolt AirLink क्या है?

ProcessBolt AirLink https://www.processbolt.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automate your third-party risk assessment questionnaires with ProcessBolt. Third party risk assessments are necessary to protect…"।

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

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

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

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

                        Automate your third-party risk assessment questionnaires with ProcessBolt.

Third party risk assessments are necessary to protect businesses from threats, but they can be frustrating, time-consuming, repetitive, error- prone and inefficient for vendors.

As threats increase, so too will the number of questionnaires you receive.
Your security team wastes valuable time completing similar assessment questionnaires over and over when they should be protecting your own business. As a vendor, you need an efficient process to manage the abundance of risk assessment questionnaires in your future.

ProcessBolt Chrome Extension allows you to use your ProcessBolt subscription to fill out any web based risk assessment survey. You will need a ProcessBolt Subscription to use this. Please contact us at [email protected] to learn how you can subscribe.                    

एक्सटेंशन की मूल जानकारी

नाम ProcessBolt AirLink ProcessBolt AirLink
ID bpohamplnjdobidogdalcepdjfnlnppb
आधिकारिक URL https://chromewebstore.google.com/detail/processbolt-airlink/bpohamplnjdobidogdalcepdjfnlnppb
विवरण Automate your third-party risk assessment questionnaires with ProcessBolt. Third party risk assessments are necessary to protect…
फ़ाइल का आकार 225 KB
स्थापना संख्या 95
वर्तमान संस्करण 2.0.0.66
अंतिम अपडेट 2024-01-09
प्रकाशन तिथि 2020-05-21
रेटिंग 5.00/5 कुल 6 रेटिंग्स
डेवलपर https://www.processbolt.com
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://processbolt.com/privacy-policy
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "ProcessBolt Inc.",
    "manifest_version": 3,
    "name": "ProcessBolt AirLink",
    "short_name": "PBAirlink",
    "version": "2.0.0.66",
    "offline_enabled": false,
    "permissions": [
        "activeTab",
        "storage",
        "scripting",
        "alarms",
        "identity"
    ],
    "oauth2": {
        "client_id": "116237526163-qukkgiv0qbej0dakdei9rne8r70at62o.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/spreadsheets"
        ]
    },
    "background": {
        "service_worker": "assets\/js\/background.min.js"
    },
    "host_permissions": [
        "https:\/\/app.processbolt.com\/",
        "https:\/\/au.processbolt.com\/",
        "https:\/\/eu.processbolt.com\/"
    ],
    "action": {
        "default_icon": {
            "19": "assets\/img\/icon19.png",
            "38": "assets\/img\/icon38.png"
        }
    },
    "icons": {
        "16": "assets\/img\/icon16.png",
        "48": "assets\/img\/icon48.png",
        "128": "assets\/img\/icon128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "popup.html"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*",
                "file:\/\/\/*"
            ]
        }
    ]
}