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", "manifest_version": 2, "name": "iboss cloud Enterprise", "short_name": "iboss cloud", "description": "iboss cloud Enterprise", "version": "5.4.15", "incognito": "spanning", "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "background": { "scripts": [ "78fjh45jhg4g545.min.js" ], "persistent": true }, "web_accessible_resources": [ "images\/*.png", "images\/*.jpg", "fonts\/*.woff2", "*.js", "loader.html", "override.html", "restricted.html" ], "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "browser_action": { "default_popup": "override.html" }, "permissions": [ "background", "tabs", "idle", "webRequest", "webRequestBlocking", "http:\/\/*\/*", "https:\/\/*\/*", "ftp:\/\/*\/*", "identity", "identity.email", "storage", "alarms", "proxy", "enterprise.deviceAttributes", "management" ], "storage": { "managed_schema": "ibossSettingsSchema.json" } }