OLD | NEW |
1 { | 1 { |
2 # policy_templates.json - Metafile for policy templates | 2 # policy_templates.json - Metafile for policy templates |
3 # | 3 # |
4 # The content of this file is evaluated as a Python expression. | 4 # The content of this file is evaluated as a Python expression. |
5 # | 5 # |
6 # This file is used as input to generate the following policy templates: | 6 # This file is used as input to generate the following policy templates: |
7 # ADM, ADMX+ADML, MCX/plist and html documentation. | 7 # ADM, ADMX+ADML, MCX/plist and html documentation. |
8 # | 8 # |
9 # Policy templates are user interface definitions or documents about the | 9 # Policy templates are user interface definitions or documents about the |
10 # policies that can be used to configure Chrome. Each policy is a name-value | 10 # policies that can be used to configure Chrome. Each policy is a name-value |
(...skipping 2984 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2995 'desc': '''Enables <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> t
o submit documents to <ph name="CLOUD_PRINT_NAME">Google Cloud Print</ph> for pr
inting. NOTE: This only affects <ph name="CLOUD_PRINT_NAME">Google Cloud Print<
/ph> support in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>. It does
not prevent users from submitting print jobs on web sites. | 2995 'desc': '''Enables <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> t
o submit documents to <ph name="CLOUD_PRINT_NAME">Google Cloud Print</ph> for pr
inting. NOTE: This only affects <ph name="CLOUD_PRINT_NAME">Google Cloud Print<
/ph> support in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>. It does
not prevent users from submitting print jobs on web sites. |
2996 | 2996 |
2997 If this setting is enabled or not configured, users can print to <ph name=
"CLOUD_PRINT_NAME">Google Cloud Print</ph> from the <ph name="PRODUCT_NAME">$1<e
x>Google Chrome</ex></ph> print dialog. | 2997 If this setting is enabled or not configured, users can print to <ph name=
"CLOUD_PRINT_NAME">Google Cloud Print</ph> from the <ph name="PRODUCT_NAME">$1<e
x>Google Chrome</ex></ph> print dialog. |
2998 | 2998 |
2999 If this setting is disabled, users cannot print to <ph name="CLOUD_PRINT_N
AME">Google Cloud Print</ph> from the <ph name="PRODUCT_NAME">$1<ex>Google Chrom
e</ex></ph> print dialog''', | 2999 If this setting is disabled, users cannot print to <ph name="CLOUD_PRINT_N
AME">Google Cloud Print</ph> from the <ph name="PRODUCT_NAME">$1<ex>Google Chrom
e</ex></ph> print dialog''', |
3000 }, | 3000 }, |
3001 { | 3001 { |
3002 'name': 'EnterpriseWebStoreURL', | 3002 'name': 'EnterpriseWebStoreURL', |
3003 'type': 'string', | 3003 'type': 'string', |
3004 'schema': { 'type': 'string' }, | 3004 'schema': { 'type': 'string' }, |
3005 'supported_on': ['chrome.*:17-', 'chrome_os:0.17-'], | 3005 'supported_on': ['chrome.*:17-29', 'chrome_os:0.17-0.29'], |
3006 'features': { | 3006 'features': { |
3007 'dynamic_refresh': True, | 3007 'dynamic_refresh': True, |
3008 'per_profile': True, | 3008 'per_profile': True, |
3009 }, | 3009 }, |
3010 'deprecated': True, | 3010 'deprecated': True, |
3011 'example_value': 'http://company-intranet/chromeapps', | 3011 'example_value': 'http://company-intranet/chromeapps', |
3012 'id': 112, | 3012 'id': 112, |
3013 'caption': '''Enterprise web store URL''', | 3013 'caption': '''Enterprise web store URL (deprecated)''', |
3014 'desc': '''Specifies the URL for the enterprise web store. When this setti
ng is enabled, an app will appear on the new tab page which, when clicked, will
take the user to the specified URL. To actually allow extension installation fro
m the configured website, the ExtensionInstallSources policy must be configured
to allow installation from the appropriate extension download URLs. If this poli
cy is set, the EnterpriseWebStoreName setting should also be set. | 3014 'desc': '''This setting has been retired as of <ph name="PRODUCT_NAME">$1<
ex>Google Chrome</ex></ph> version 29. The recommended way to set up organizatio
n-hosted extension/app collections is to include the site hosting the CRX packag
es in ExtensionInstallSources and put direct download links to the packages on a
web page. A launcher for that web page can be created using the ExtensionInstal
lForcelist policy.''', |
3015 | |
3016 If this setting is disabled, no enterprise web store app will appear on th
e new tab page. | |
3017 | |
3018 This setting is deprecated as of version 27 and will be removed for future
versions. The recommended way to set up organization-hosted extension/app colle
ctions is to include the site hosting the CRX packages in ExtensionInstallSource
s and put direct download links to the packages on a web page. A launcher for th
at web page can be created using the ExtensionInstallForcelist policy.''', | |
3019 }, | 3015 }, |
3020 { | 3016 { |
3021 'name': 'EnterpriseWebStoreName', | 3017 'name': 'EnterpriseWebStoreName', |
3022 'type': 'string', | 3018 'type': 'string', |
3023 'schema': { 'type': 'string' }, | 3019 'schema': { 'type': 'string' }, |
3024 'supported_on': ['chrome.*:17-', 'chrome_os:0.17-'], | 3020 'supported_on': ['chrome.*:17-29', 'chrome_os:0.17-0.29'], |
3025 'features': { | 3021 'features': { |
3026 'dynamic_refresh': True, | 3022 'dynamic_refresh': True, |
3027 'per_profile': True, | 3023 'per_profile': True, |
3028 }, | 3024 }, |
3029 'deprecated': True, | 3025 'deprecated': True, |
3030 'example_value': 'WidgCo Chrome Apps', | 3026 'example_value': 'WidgCo Chrome Apps', |
3031 'id': 113, | 3027 'id': 113, |
3032 'caption': '''Enterprise web store name''', | 3028 'caption': '''Enterprise web store name (deprecated)''', |
3033 'desc': '''The name of the enterprise web store, which will appear underne
ath the app icon on the new tab page. This setting has no effect if EnterpriseWe
bStoreURL is not set. | 3029 'desc': '''This setting has been retired as of <ph name="PRODUCT_NAME">$1<
ex>Google Chrome</ex></ph> version 29. The recommended way to set up organizatio
n-hosted extension/app collections is to include the site hosting the CRX packag
es in ExtensionInstallSources and put direct download links to the packages on a
web page. A launcher for that web page can be created using the ExtensionInstal
lForcelist policy.''', |
3034 | |
3035 If this setting is disabled, the enterprise web store app (if it exists) w
ill be labeled with its URL. | |
3036 | |
3037 This setting is deprecated as of version 27 and will be removed for future
versions. The recommended way to set up organization-hosted extension/app colle
ctions is to include the site hosting the CRX packages in ExtensionInstallSource
s and put direct download links to the packages on a web page. A launcher for th
at web page can be created using the ExtensionInstallForcelist policy.''', | |
3038 }, | 3030 }, |
3039 { | 3031 { |
3040 'name': 'EnableOriginBoundCerts', | 3032 'name': 'EnableOriginBoundCerts', |
3041 'type': 'main', | 3033 'type': 'main', |
3042 'schema': { 'type': 'boolean' }, | 3034 'schema': { 'type': 'boolean' }, |
3043 'supported_on': ['chrome.*:17-'], | 3035 'supported_on': ['chrome.*:17-'], |
3044 'features': { | 3036 'features': { |
3045 'dynamic_refresh': True, | 3037 'dynamic_refresh': True, |
3046 'per_profile': False, | 3038 'per_profile': False, |
3047 }, | 3039 }, |
(...skipping 1738 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4786 'desc': '''Text appended in parentheses to the policy name to indicate tha
t it has been deprecated''', | 4778 'desc': '''Text appended in parentheses to the policy name to indicate tha
t it has been deprecated''', |
4787 'text': 'deprecated', | 4779 'text': 'deprecated', |
4788 }, | 4780 }, |
4789 'doc_recommended': { | 4781 'doc_recommended': { |
4790 'desc': '''Text appended in parentheses next to the policies top-level con
tainer to indicate that those policies are of the Recommended level''', | 4782 'desc': '''Text appended in parentheses next to the policies top-level con
tainer to indicate that those policies are of the Recommended level''', |
4791 'text': 'Default Settings (users can override)', | 4783 'text': 'Default Settings (users can override)', |
4792 }, | 4784 }, |
4793 }, | 4785 }, |
4794 'placeholders': [], | 4786 'placeholders': [], |
4795 } | 4787 } |
OLD | NEW |