You're welcome. I updated the url in original post. I also tied to use inputSelector but seems there's a problem:
addDict(
{
"dictName": "Microsoft Terminology Search",
"windowUrl": "https://msit.powerbi.com/view?r=eyJrIjoiODJmYjU4Y2YtM2M0ZC00YzYxLWE1YTktNzFjYmYxNTAxNjQ0IiwidCI6IjcyZjk4OGJmLTg2ZjEtNDFhZi05MWFiLTJkN2NkMDExZGI0NyIsImMiOjV9",
"inputSelector": ".text-filter-search input[name='search-field']",
"submitButtonSelector": ".text-filter-search input[name='search-button']",
"css": "body {margin-top: 50px;}"
}
)