Add the ability to the extensibility framework to allow the user to open a file or page once the custom script is completed. ```js ContentScript.open(`<path to a file>`); ContentScript.open(`<URL of a webpage>`); ```
Add the ability to the extensibility framework to allow the user to open a file or page once the custom script is completed.