You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 28, 2020. It is now read-only.
I want to add customized "open in Sail" button in my project management system and the developers just click the button to open project with Sail support. Is it possible to make Chrome extension recognize this button? How to write the customized "open in Sail" html code? like following? :)
<a href="sail:xxxx/sail-demo" class="open-in-sail">Open in Sail </a>
I want to add customized "open in Sail" button in my project management system and the developers just click the button to open project with Sail support. Is it possible to make Chrome extension recognize this button? How to write the customized "open in Sail" html code? like following? :)