1. frogger13's Avatar
    Hello All....

    I'm looking for a configuration to customize the Google Chrome App on our IOs devices. We are able to install the app in the business enviroment and can view all internal websites, but there are a few things we want to pre configure. e.g. we want to set the startpage and / or set default bookmarks.

    We contact Blackberry Support and received just this link -> https://www.chromium.org/administrat...-policy-format

    But unfortunatly we are not able to put this info into an app config on our BB UEM Server (Version 12.10).

    Are there any public documentation, how to set up a xml config file or how to set the needed keys / values in the app configuration ?

    Kind regard
    Reiner
    07-12-19 12:28 AM
  2. Rodney Wilder's Avatar
    No, google would have to modify the chrome app with the appropriate appconfig options. Without those, what you want is not possible.
    edit: looks like android chrome has an appconfig setting for predefined bookmarks, didn't see home page though. iOS version may have similar but you'll have to find the proper strings. Sorry, I haven't looked them up.

    If you are looking specifically for that type of feature on android or iOS, then you'll want to move to or add 3rd party container and app systems such as ZENworks workspace or BlackBerry Work as their built in web browsers have this type of capability
    Hello All....

    I'm looking for a configuration to customize the Google Chrome App on our IOs devices. We are able to install the app in the business enviroment and can view all internal websites, but there are a few things we want to pre configure. e.g. we want to set the startpage and / or set default bookmarks.

    We contact Blackberry Support and received just this link -> https://www.chromium.org/administrat...-policy-format

    But unfortunatly we are not able to put this info into an app config on our BB UEM Server (Version 12.10).

    Are there any public documentation, how to set up a xml config file or how to set the needed keys / values in the app configuration ?

    Kind regard
    Reiner
    Last edited by Rodney Wilder; 07-12-19 at 12:32 PM.
    07-12-19 09:02 AM
  3. derekmccoy's Avatar
    Here's a template. Edit it in notepad then copy and paste it into the bookmarks field in the app config.

    [
    {"toplevel_name": "Company Links"},
    {"name": "Folder 1", "children":
    [
    {"name": "Website 1", "url": "https://website1.com/"},
    {"name": "Website 2", "url": "https://website2.com/"},
    {"name": "Website 3", "url": "https://website3.com/"},
    {"name": "Website 4", "url": "https://website4.com/"},
    {"name": "Website 5", "url": "https://website5.com/"},
    {"name": "Website 6", "url": "https://website6.com/"}
    ]
    },
    {"name": "Folder 2", "children":
    [
    {"name": "Website 7", "url": "https://website7.com/"},
    {"name": "Website 8", "url": "https://website8.com/"},
    {"name": "Website 9", "url": "https://website9.com/"},
    {"name": "Website 10", "url": "https://website10.com/"},
    {"name": "Website 11", "url": "https://website11.com/"},
    {"name": "Website 12", "url": "https://website12.com/"}
    ]
    }
    ]
    07-18-19 02:12 AM
  4. frogger13's Avatar
    Hi.. maybe i'm blind but i have no bookmarks field in the app config. i only can add keys with its vaules. e.g. strings, arrays, boolean or integer. so how does it works ?
    07-19-19 03:09 AM
  5. derekmccoy's Avatar
    07-23-19 03:38 PM

Similar Threads

  1. Blackberry Classic not working on Vodafone 4G
    By Chiss in forum BlackBerry Classic
    Replies: 15
    Last Post: 09-25-19, 07:06 AM
  2. Which Key2 LE for U.S T-Mobile
    By gman79 in forum BlackBerry KEY2 LE
    Replies: 11
    Last Post: 07-21-19, 10:18 AM
  3. Replies: 4
    Last Post: 07-15-19, 05:26 PM
  4. BlackBerry KEYone , KEY2 LE - Memory low?
    By Petar J in forum General BlackBerry News, Discussion & Rumors
    Replies: 3
    Last Post: 07-12-19, 12:46 AM
  5. New hub update allows any app notifications
    By 28Darren28 in forum BlackBerry KEYone
    Replies: 2
    Last Post: 07-11-19, 07:46 PM
LINK TO POST COPIED TO CLIPBOARD