TrustShare
Access your TrustShare Questionnaires knowledge from Google Chrome
什么是TrustShare?
TrustShare是由chrome-extension-publishers开发的Chrome扩展程序,该扩展的主要功能是“Access your TrustShare Questionnaires knowledge from Google Chrome”。
扩展截图
下载TrustShare扩展crx文件
下载TrustShare扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Take answering security questionnaires to the next level by accessing our powerful features directly from your browser and streamline your workflow like never before.
Not a TrustCloud customer? Contact us to learn how you can upgrade GRC into a profit center! https://www.trustcloud.ai/learn-more/ 扩展基本信息
| 名称 | |
| ID | ekiekfhflacnolgelfmpdiolkpjmfngi |
| 官方URL | https://chromewebstore.google.com/detail/trustshare/ekiekfhflacnolgelfmpdiolkpjmfngi |
| 简介 | Access your TrustShare Questionnaires knowledge from Google Chrome |
| 文件大小 | 1.81 MB |
| 安装次数 | 68 |
| 当前版本 | 1.0.2.0 |
| 更新时间 | 2023-08-25 |
| 上架时间 | 2023-06-21 |
| 开发者 | chrome-extension-publishers |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://trustcloud.ai |
| 隐私政策页面URL | https://www.trustcloud.ai/legal/privacy |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "TrustShare",
"version": "1.0.2.0",
"description": "Access your TrustShare Questionnaires knowledge from Google Chrome",
"oauth2": {
"client_id": "81502682613-48miivqgdb12aalqu6itugiknn3kfois.apps.googleusercontent.com",
"scopes": [
"email",
"profile",
"openid"
]
},
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAjwyLMr88bqxGUarhttaaIsxoAyexgpuBPeol9+bnPOoHESbbYMlVsUWNO3COvQ1NT6THA55C7lQWLAsZlak+AbJlLQXsXfoa\/oUpsRTWRfSQiS1XT2\/xObWB0pSQRfjiweDlpkll7q3xdekO+rA9aVMxK7vT3zvG30VFvugmzNXlnzSFehrpJMczb6c4LJGjiuFfRFB6FbmIfgvWOl1yUAkPrmT12LhDw4+15rnbWzsAaYG1NTCzS1p88l6DLIbWBe6f9HNu\/xjOsxEeqsO4lvxDR6APgQaSsnGIODNYBV1umDJx78chirlwvxbwZ0JSN17qQ2cI6aSGUFddK8P0jwIDAQAB",
"permissions": [
"clipboardWrite",
"identity",
"storage"
],
"background": {
"service_worker": "static\/js\/background.js"
},
"icons": {
"192": "trustcloud-logo.png"
},
"action": {
"default_icon": {
"192": "trustcloud-logo.png"
},
"default_title": "TrustShare",
"default_popup": "popup.html"
},
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Alt+Shift+C"
}
},
"quick_search": {
"description": "Search for answers matching the selected text",
"suggested_key": {
"default": "Alt+Shift+V"
}
}
},
"options_ui": {
"page": "options.html"
}
} | |