Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "JumpCloud Go\u2122",
"description": "JumpCloud Go\u2122 enables faster, safer, seamless user authentication. Enhance security and productivity without compromise.",
"manifest_version": 3,
"action": {
"default_title": "JumpCloud Go\u2122",
"default_popup": "popup\/index.html"
},
"icons": {
"16": "icons\/logo_16.png",
"32": "icons\/logo_32.png",
"48": "icons\/logo_48.png",
"128": "icons\/logo_128.png"
},
"background": {
"service_worker": "serviceWorker.js"
},
"permissions": [
"activeTab",
"cookies",
"nativeMessaging",
"scripting",
"storage",
"webRequest",
"alarms",
"identity"
],
"oauth2": {
"client_id": "296541653484-qlullor7ps6qr2j1rdi7g47e9nlcblvs.apps.googleusercontent.com",
"scopes": [
"openid",
"email"
]
},
"host_permissions": [
"https:\/\/*\/"
],
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"exclude_matches": [
"https:\/\/*.jumpcloud.com\/*",
"https:\/\/*.jumpcloud.local\/*",
"https:\/\/*.jumpcloud.protectlocal\/*",
"https:\/\/*.jclabs.dev\/*",
"https:\/\/*.jcplatform.dev\/*",
"http:\/\/127.0.0.1\/*",
"http:\/\/localhost\/*"
],
"js": [
"\/saasManagementContent.js"
]
},
{
"run_at": "document_start",
"matches": [
"*:\/\/*\/*"
],
"exclude_matches": [
"https:\/\/*.jumpcloud.com\/*",
"https:\/\/*.jumpcloud.local\/*",
"https:\/\/*.jumpcloud.protectlocal\/*",
"https:\/\/*.jclabs.dev\/*",
"https:\/\/*.jcplatform.dev\/*",
"http:\/\/127.0.0.1\/*",
"http:\/\/localhost\/*"
],
"js": [
"\/saasAccessRestrictionContent.js"
]
}
],
"externally_connectable": {
"matches": [
"https:\/\/*.jumpcloud.com\/*",
"https:\/\/*.jumpcloud.local\/*",
"https:\/\/*.jumpcloud.protectlocal\/*",
"https:\/\/*.jclabs.dev\/*",
"https:\/\/*.jcplatform.dev\/*",
"http:\/\/127.0.0.1:5500\/*",
"http:\/\/localhost:5500\/*"
]
},
"version": "1.5.2"
}