I have an internal site with a search that contains a search field. What I want to do is based on a keyword and a value in chrome load that specific site, and input my value in the search field.
For instance:
typing in chrome address bar: "MyKeyWord TextToSearchFor" then chrome will load a specific url and execute javascript to input TextToSearchFor in the search field.
Is this possible?