TrustShare

Access your TrustShare Questionnaires knowledge from Google Chrome

TrustShare란 무엇입니까?

TrustShare은(는) chrome-extension-publishers에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Access your TrustShare Questionnaires knowledge from Google Chrome"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

TrustShare 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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/                    

확장 프로그램 기본 정보

이름 TrustShare TrustShare
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"
    }
}