olivierdagenais / tampermonkey-copy-url

A Tampermonkey userscript to copy nice-looking URLs to the clipboard.
MIT License
0 stars 0 forks source link

feat: add ServiceNow parser #11

Closed olivierdagenais closed 1 year ago

olivierdagenais commented 1 year ago

Manual testing

Given

I created a special userscript from the output of npm run build in a dedicated browser.

When

I visit a ServiceNow incident and activate the script.

Then

The pop-up appears, identifying the incident number and subject.

When

I visit a ServiceNow request item and activate the script.

Then

The pop-up appears, identifying the request item number and summary/subject.

Mission accomplished!