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": 3, "name": "Printix", "version": "2025.2.0.2", "minimum_chrome_version": "88", "default_locale": "en", "description": "Chromebook printing from Printix cloud print management service.", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAg3gYWi+8OiYxqYkG5unHR8FVEVGHCMx9BWv6MysYdrjmtHme1sQ2\/GXifEsCtS3o0auwawStq48Ps8K9nxVWQpxFkTjmZNsJwFw\/Xk5HlxMzFBV8BknVudPjjFpvvbFfetjgTrwT56TH4m+SUrKgxDGGhSLQp0UYXIpp\/jfx6LLwAxr\/XxOg0Ivl8giLa3FJmRBfAjJ2IM4j3uLzgoZuy71qDbcZX8EMkIK\/ZtIBVcqzeNL3PZvKMhWNCWjOR0tO6+WewNj81yfoEnMuqjIOGbD8Op1Os+8am+UsCMGl5NtKa+ykvUKx7gjYHjG\/iXXXbSonV1hsZDuK1OYtwa0+hQIDAQAB", "background": { "service_worker": "build.js" }, "oauth2": { "client_id": "519971866152-tk8j7cla9cor1d5camb6scjivgtbfpn8.apps.googleusercontent.com", "scopes": [ "profile", "email" ] }, "action": { "default_popup": "options\/options.html" }, "icons": { "16": "icons\/logo-v3.png", "128": "icons\/logo-128x128-v3.png" }, "storage": { "managed_schema": "schema.json" }, "web_accessible_resources": [ { "resources": [ "\/azure-signin-callback.html", "\/azure-signin-callback.js" ], "matches": [ "*:\/\/*\/*" ] } ], "host_permissions": [ "https:\/\/*.blob.core.windows.net\/*", "https:\/\/storage.googleapis.com\/*", "https:\/\/*.printix.net\/*", "https:\/\/*.printix.dev\/*" ], "permissions": [ "printerProvider", "identity", "tabs", "storage", "notifications", "identity.email", "alarms" ] }