1. Sign in to the Google Admin console (admin.google.com) using your administrator account (does not end in @gmail.com).
  2. On the left-hand menu, select Devices > Chrome > Apps and extensions > Users and browsers.
  3. In the Organizational units section, select the organizational unit where you want to deploy Printix.
  4. On the right pane under Installation policy, select Force install.
  5. Optionally, if you want users to Sign in with Windows, then on the right pane, scroll down to Policy for extensions and select Upload from file . Select the configuration file you have created and select Open.
  6. Select Save.

Configuration file

If you want users to Sign in with Windows a configuration file must be created and uploaded. If no configuration file is uploaded users will still have single sign-on (SSO) to Printix with their Google Workspace account. The configuration file must be in JSON format and should be saved as a .txt file.

{
  "signIn": {
    "Value": {
      "tenant": "acme.printix.net",
      "tenantId": "cbd7e0b5-da2a-4cb6-b7f7-a04ee31cac90",
      "method": "both"
    }
  }
}

Values

  • tenant
    The value tenant is your Printix Home. Example: acme.printix.net.
  • tenantId
    The value tenantId should be your Printix ID as show on the Software page’s MSI parameter section. Example: cbd7e0b5-da2a-4cb6-b7f7-a04ee31cac90.

How to control the default and available paper sizes

If you want Letter to be the default then write NA_LETTER first. Google Chrome does the sorting of the paper sizes.

{
 "paperSizes": {
 "Value": ["NA_LETTER", "NA_LEGAL"]
  }
}
Paper size Value
A3 ISO_A3
A4 ISO_A4
A5 ISO_A5
B4 ISO_B4
B5 ISO_B5
B4 (JIS) JSI_B4
B5 (JIS) JSI_B5
Executive NA_EXECUTIVE
Legal NA_LEGAL
Letter NA_LETTER
Statement NA_STATEMENT
Tabloid NA_TABLOID

Feedback

Was this helpful?

Yes No
You indicated this topic was not helpful to you ...
Could you please leave a comment telling us why? Thank you!
Thanks for your feedback.

Post your comment on this topic.

Please do not use this for support questions.
Printix Support

Post Comment