Anleitung:
Option 2: UserScript (Empfohlen)
Option 3: Bookmarklet
Füge diesen Link zu deinen Lesezeichen hinzu:
javascript:(function(){var dealId = window.location.pathname.split('/').pop(); if(dealId && dealId.match(/^\d+$/)){window.open('https://button.wandertag.net?selectedIds=' + dealId, 'PipedriveButtons', 'width=500,height=400');} else {alert('Deal ID nicht gefunden');}})();