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": "SlashRTC Agent", "version": "2.3.11", "description": "SlashRTC Agent Contact Center 2.3.11", "manifest_version": 3, "background": { "service_worker": "background.js", "type": "module" }, "options_page": "", "permissions": [ "offscreen", "tabs", "notifications", "storage", "management" ], "host_permissions": [ "*:\/\/*.slashrtc.com\/*", "*:\/\/*.nobrokerhood.com\/*", "*:\/\/*.nobroker.in\/*", "*:\/\/*.nobroker.com\/*", "*:\/\/*.freshdesk.com\/*", "*:\/\/*.slashrtc.in\/*", "*:\/\/*.zoho.com\/*", "*:\/\/*.salesforce.com\/*", "*:\/\/*.salesforce.in\/*", "*:\/\/*.google.com\/*" ], "icons": { "64": "fav64.png" }, "action": { "default_title": "NoBroker-MTT", "default_popup": "config.html", "default_icon": { "16": "logo_headphones.png" } }, "content_scripts": [ { "matches": [ "*:\/\/*.slashrtc.com\/*", "*:\/\/*.nobrokerhood.com\/*", "*:\/\/*.nobroker.in\/*", "*:\/\/*.nobroker.com\/*", "*:\/\/*.freshdesk.com\/*", "*:\/\/*.slashrtc.com\/*", "*:\/\/*.slashrtc.in\/*", "*:\/\/*.zoho.com\/*", "*:\/\/*.salesforce.com\/*", "*:\/\/*.salesforce.in\/*", "*:\/\/*.google.com\/*" ], "css": [ "css\/iframe.css" ], "js": [ "js\/contentScript.js", "js\/autoLogin.js", "js\/jquery-2.1.4.min.js", "js\/nbScripts.js", "js\/receiveIframeEvents.js", "js\/iframeCallingScreenFunctions.js" ], "run_at": "document_idle", "all_frames": true } ], "web_accessible_resources": [ { "resources": [ "offscreen.html", "offscreen.js", "sandbox.html", "js\/background.js", "js\/variables.js", "js\/events.js", "sandbox.js", "js\/jquery-2.1.4.min.js", "js\/login.js", "config.js", "js\/contentScript.js", "js\/toggleScript.js", "js\/autoLogin.js", "js\/nbScripts.js", "js\/receiveIframeEvents.js", "js\/iframeCallingScreenFunctions.js", "css\/login.css", "css\/iframe.css", "index.html", "css\/*.css", "js\/*.js", "js\/dialingFunction.js", "js\/apiResponce.js", "js\/apifunction.js", "js\/callingManager.js", "js\/callResponceManager.js", "js\/jsSipOnTab.js", "js\/pageFrameReplication.js", "js\/tabex.js", "js\/tabexEvent.js", "js\/functionManager.js", "js\/remoteClientEvent.js", "js\/socketConnect.js", "js\/socketDisplayManager.js", "js\/socketEventManager.js", "js\/socketAndPageRefreshHandle.js", "js\/htmlDocumentManager.js", "js\/backgroundSender.js", "js\/backgroundReceiver.js", "js\/voitekk_json2html.js", "js\/json2Html.js", "js\/iframeExtensionEvent.js", "js\/ui.js", "js\/apiManager.js", "js\/jssipMos\/getStats.js", "js\/jssipMos\/sipStat.js", "js\/callbackNotification.js", "js\/headsetTest.js", "js\/headsetSipUa.js", "js\/advance\/stateManager.js", "js\/advance\/clientStateManager.js", "js\/advance\/callStateParamManager.js", "js\/advance\/callErrorHandle.js", "js\/advance\/preCallHandler.js", "js\/advance\/onDemandStateHandle.js", "js\/advance\/bridgeStateHandle.js", "js\/advance\/webStateHandle.js", "js\/advance\/oldExtensionFunction.js", "advImg\/slashRTCLogo32.svg", "advImg\/*" ], "matches": [ "*:\/\/*.slashrtc.com\/*", "*:\/\/*.nobrokerhood.com\/*", "*:\/\/*.nobroker.in\/*", "*:\/\/*.nobroker.com\/*", "*:\/\/*.freshdesk.com\/*", "*:\/\/*.slashrtc.in\/*", "*:\/\/*.zoho.com\/*", "*:\/\/*.salesforce.com\/*", "*:\/\/*.salesforce.in\/*", "*:\/\/*.google.com\/*" ] } ], "content_security_policy": { "sandbox": "sandbox allow-scripts; script-src 'self' https:\/\/*.slashrtc.com https:\/\/*.slashrtc.in https:\/\/*.nobroker.in https:\/\/*.nobroker.com; object-src 'none'", "extension_pages": "script-src 'self'; object-src 'self'" }, "sandbox": { "pages": [ "sandbox.html" ] } }