TrustShare
Access your TrustShare Questionnaires knowledge from Google Chrome
TrustShare क्या है?
TrustShare chrome-extension-publishers द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Access your TrustShare Questionnaires knowledge from Google Chrome"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में TrustShare एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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" } } |