mautic / mautic-helper-chrome-extension

7 stars 9 forks source link

It's dead, isn it? #9

Open jlpetracca opened 3 years ago

jlpetracca commented 3 years ago

Is this extension working?

--- Want to back this issue? **[Post a bounty on it!](https://app.bountysource.com/issues/99952836-it-s-dead-isn-it?utm_campaign=plugin&utm_content=tracker%2F46170183&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://app.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F46170183&utm_medium=issues&utm_source=github).
RCheesley commented 3 years ago

Hi @jlpetracca this extension has not been updated in some time and there have been substantial changes in Chrome since then.

We need someone to step up and update the extension in order for it to become workable again - thus far we have not found anyone with the skills/interest to take that on.

donbowman commented 2 years ago

i tried to fix it using gmail.js library. I think the approach is not going to work anymore.

I did a proof-of-concept add-on https://github.com/donbowman/mautic-gmail-add-on that achieves the goal and works. This would be reliable since its a suported method, rather than interacting w/ the html dom.

comments welcome

drimlike commented 2 years ago

@donbowman Thanks for this contribution! How do you install it on Gmail? I'm not sure to understand how to use it. Thanks :) Damien

RCheesley commented 2 years ago

@donbowman thanks for sharing - this has been neglected for a very long time so good to see resumed interest!

donbowman commented 2 years ago

https://workspace.google.com/intl/en_ca/products/add-ons/ https://developers.google.com/workspace/add-ons/overview

are the basics of what this is.

first, change the hard-coded constants i have in the main.js then run the instructions in the README

npm i
npx @google clasp login
...

once this is done, you will see a new item in Gmail Insert Tracker.

this is not complete, its a proof of concept for discussion. It does work other than those caveats.

https://github.com/donbowman/mautic-gmail-add-on has the basic instructions.

mautibot commented 2 years ago

This issue has been mentioned on Mautic Community Forums. There might be relevant details there:

https://forum.mautic.org/t/create-a-gmail-add-on-for-mautic-functionality/10911/2