Gorgias Templates email
alexstrat opened this issue · 2 comments
alexstrat commented
Extension id: lmcngpkjkplipamgflhioabnhnopeabf
Chrome Webstore
alexstrat commented
With Electron 1.7.8 ✅
alexstrat commented
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