SeamlessAdapter.prototype.msgSetTargetText = function (text) {
    return this.messageExtension({
      action: 'posting/contentScript/setTargetText',
      text: text
    }, true);