You can create a Configuration Settings entity, where you store default parameters. Have a record in there for Organization Url, and retrieve that record by name from your plugin.
We used that logic sometime to retrieve parameters that are not available from backend code.
Not what you are looking for, but a solution.