2
4 Comments

Looking for a Google Chrome Extension hacker

Hey everyone! We have this idea in mind for a Google Chrome Extension that will integrate with one of the most popular no-code tools out there and make it even more powerful for all no-code devs out there.

The issue we are facing is that the extension needs to integrate with the tool, but there is no public API, so we need to "call" the same code they are using in order to make things happen.

We already have done a lot in regards to the service we'll offering, and the extension will be the gem of the idea.

If you are someone who likes to hack things, have a creative mind and know about Chrome extension, then send me a message!

Thanks a lot to everyone!

on April 23, 2022
  1. 1

    Sounds interesting, I might be able to help out or at least point you in the right direction.
    Going to need a bit more information though. Is this something you can elaborate on here?

    1. 1

      Hello Mike, thanks a lot for your reply! Let me see if I can share more info. Basically we are wanting to interact with this no-code tool specifically being able to paste items. The way it works right now you can only copy and paste elements within their site. So for example, you create a grid, then you can copy the grid and paste it into another place. My idea is to "put elements into the user clipboard the website can understand". So then when the user paste the item into their site, then they will have the full element there.
      For that we will need to understand how the site reads the data from the clipboard and how to put stuff in there that the site will later understand.

      Hope that makes any sense at all!
      Let me know if you feel you can help
      Thanks a lot!

  2. 1

    The easiest way to build chrome extension (for my personal opinion), is to use quasar framework

    They have an extension build and you can write code as it it was a website... :)

    I would love to help but I am super busy!

    1. 1

      thanks! will take a look at it! my main concern is the part where I need to integrate with the no-code tool as it requieres to "understand" how they are doing things in order for the extension to replicate the behaviour for the user.