UniPrint for Chromebooks (Enterprise)

Print to your corporate printers without going through the Google cloud
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "UniPrint for Chromebooks (Enterprise)",
  "short_name": "UP for Chromebooks (E)",
  "description": "Print to your corporate printers without going through the Google cloud",
  "version": "1.0.15.5",
  "minimum_chrome_version": "44",
  "background": {
    "scripts": [
      "jquery-2.2.0.min.js",
      "background.js"
    ],
    "persistent": false
  },
  "icons": {
    "16": "assets/up_16.png",
    "32": "assets/up_32.png",
    "64": "assets/up_64.png",
    "128": "assets/up_128.png"
  },
  "permissions": [
    "enterprise.deviceAttributes",
    "printerProvider",
    "identity",
    "identity.email",
    "storage",
    "background",
    "http://*/*",
    "https://*/*"
  ],
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqnnADqv+tbBkm9pdrBlsgJDZn88QxHkUd7bqiv3hQW9vMj4ppZEpaZIC20Lw679cxyKlzcEy2vTdeIicrTLP79XJ2MbsB/ZF00O4CgQwF1mv4/AVL2tTPiHZTFoROYXePLIK3QubWJhswC+4zJsJhu6pQat2v8fqhlgNYf04KcDhNXreTmYRwt1pOcSerO5JyCZgRnmHf+L73NJvP9o02vhGzOzN/jwIQyRmZC5t8vBoofnh9tTX2JgdHGvJ6OpuhasTIlhbavOgJa70928qY3XyaLtusjW6CbUbgm9SsUXnW0+tYEOiPVDpQGzj/lv2PMslq4LDVI5rNz0Z5l1XbQIDAQAB",
  "oauth2": {
    "client_id": "722041215094-iqirhgg7fjid8f6vt7q8apurvo38r24l.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/userinfo.email",
      "https://www.googleapis.com/auth/userinfo.profile",
      "https://www.googleapis.com/auth/plus.login",
      "https://www.googleapis.com/auth/plus.me"
    ]
  },
  "storage": {
    "managed_schema": "storage_schema.json"
  }
}