Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 1.66 KB

README.md

File metadata and controls

23 lines (13 loc) · 1.66 KB

url-deep-linker

A Chrome extension which understands the content on the clipboard, automatically weaves a deep linked URL and navigates to it on the newly opened tab.

Install on your Chrome browser: https://chrome.google.com/webstore/detail/url-deep-linker/bobgnhnpdhkdhaffdkkpaaojbobbhfla?utm_source=chrome-ntp-icon

Examples:

  • Deep linked URLs: If the content on the clipboard matches a defined pattern set (RegEx or an item on the config array), then opening a new tab will automatically navigate to the desired page. http://www.myintranetsite/allapp/ { ** places clipboard content here ** } /details

Demo 1

  • Service now "Change Number": If a "Service Now Change number" is on the clipboard, then opening a new tab will automatically navigate to the "Service Now Change Request" page. Similarly one can configure Service now (SNOW) incidents, requests etc.

Demo 2

  • BMC Helix ITSM (Remedy) "Incident": If a "Helix Incident Number" (Remedy Incident) is on the clipboard, then opening a new tab will automatically navigate to the "Helix Incident" page. Similarly one can configure Remedy Changes, requests etc.

Demo 2

  • Automatically open URLs: If a URL is on the clipboard, then opening a new tab will automatically navigate to the copied URL

Demo 3