https://api.operata.io/collector/config | https://push.operata.io | |
https://api.operata.io/heartbeat/agent/recording | https://agent-service.operata.io/ | |
https://github.com/pd4d10/system-monitor/blob/master/src/utils.js | https://api.operata.io | |
https://clients2.google.com/service/update2/crx | https://api-dev.operata.io | |
https://static.operata.io/welcomeMessage_ | https://cdn.webrtc-experiment.com/gif-recorder.js | |
https://static.operata.io/12s_IRS_48k.wav | https://feross.org | |
https://feross.org/opensource | https://github.com/winstonjs/winston.git | |
https://github.com/winstonjs/winston/blob/master/UPGRADE-3.0.md | http://feross.org | |
https://example.com | https://github.com/winstonjs/winston/tree/master/UPGRADE-3.0.md | |
https://www.npmjs.com/package/sdp | https://github.com/gnaudio/jabra-browser-integration | |
https://google.com/chrome | https://chrome.google.com/webstore/detail/ | |
https://stackoverflow.com/questions/10473745/compare-strings-javascript-return-of-likely | https://bugzilla.mozilla.org/show_bug.cgi?id=934425 | |
https://gnaudio.visualstudio.com/AmazonConnect/_git/AmazonConnect | http://jedwatson.github.io/classnames | |
http://www.w3.org/2000/svg | https://static.operata.io/widget-assets/resolve_mic_not_shared.gif | |
https://help.operata.io/en/ | https://media.giphy.com/media/pYyFAHLW0zJL2/giphy.gif | |
https://www.speedtest.net/ | https://static.operata.io/widget-assets/resolve_shutdown_app_2.gif | |
https://static.operata.io/widget-assets/device_change.png | https://redux.js.org/api-reference/store#subscribelistener | |
https://reactjs.org/docs/error-decoder.html?invariant= | http://www.w3.org/1999/xlink | |
http://www.w3.org/XML/1998/namespace | http://www.w3.org/1999/xhtml | |
http://www.w3.org/1998/Math/MathML | https://reactjs.org/link/react-polyfills | |
http://fb.me/use-check-prop-types | https://github.com/cssinjs/jss | |
https://material-ui.com/production-error/?code= | https://operata.com/ | |
https://www.youtube.com/embed/ | https://giphy.com/gifs/connection-wireless-acquired-pYyFAHLW0zJL2 | |
https://socket.io/docs/v3/migrating-from-2-x-to-3-0/ |
{ "name": "Operata Collector", "icons": { "16": "assets/icons/operata16.png", "48": "assets/icons/operata48.png", "128": "assets/icons/operata128.png" }, "version": "1.7.29", "background": { "service_worker": "dist/background.js" }, "update_url": "https://clients2.google.com/service/update2/crx", "description": "A browser based data collector and agent messenger for alerting and reporting issues.", "permissions": [ "system.cpu", "system.memory" ], "content_scripts": [ { "js": [ "dist/override.js" ], "run_at": "document_start", "matches": [ "http://*/*", "https://*/*" ], "all_frames": true }, { "js": [ "dist/bridge.js" ], "run_at": "document_end", "matches": [ "http://*/*", "https://*/*" ], "all_frames": true } ], "host_permissions": [ "http://*/*", "https://*/*" ], "manifest_version": 3, "content_security_policy": { "extension_pages": "default-src 'none'; font-src 'self' data:; img-src * data: blob:; media-src 'none'; script-src 'self'; style-src 'self' 'unsafe-inline'; connect-src https://api.operata.io https://api-dev.operata.io; " }, "web_accessible_resources": [ { "matches": [ "<all_urls>" ], "resources": [ "pc-override.js", "operata.js", "init-operata.js", "js-event-bus.min.js", "operata-agent-messenger.js", "operata-agent-messenger.css", "operata-agent-messenger-next.js", "operata-agent-messenger-next.css", "operata-logging-lib.js", "connect-rtc-1.1.7.min.js", "socket.io.min.js", "jabra.browser.integration-3.0.js", "jabra.connect.integration.v1.1.2.js", "operata-heartbeat-audio.js", "adaptors/*.js" ] } ] }