getstation/electron-chrome-extension

Gorgias Templates email

alexstrat opened this issue · 2 comments

Extension id: lmcngpkjkplipamgflhioabnhnopeabf
Chrome Webstore

With Electron 1.7.8

Actually Gorgias can't work in electron 1.7.8

  • Gorgias is not usable if we can't access the option page (chrome-extension://lmcngpkjkplipamgflhioabnhnopeabf/pages/options.html#/list): can't define the template
  • after mocking missing chrome.runtime.onMessage.hasListeners, when loaded in Station manually, the option page seems to load
  • however, can't create a template (blank modal) => problems of CORS?
  • probably needs to work around the tab manipulation (open a new tab from injected script..)

To make this work, it might require 1 day of work