1. Sign in to the Google Admin console (admin.google.com).
    Sign in using your administrator account (does not end in @gmail.com).
  2. From the Admin console dashboard, select Device management.
  3. On the left, select Chrome management.
  4. Select App management.
  5. Select the extension Printix.
  6. Select the category User settings to deploy Printix for users who sign in with an account in your Google Workspace domain.
  7. In the Orgs section on the left, select the organizational unit where you want to deploy Printix.
  8. Optionally, if you want users to Sign in with Windows, then select Upload configuration file. Select the configuration file you have created and select Open.
  9. Check Force installation.
  10. 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