interesting. my company is stuck using these shitty internal tools that i'd like to customize. can i use this to extend them (like add buttons, UI elements, surface data from API calls, scrape data)?
you can do anything you want without building your own extension https://www.tampermonkey.net
Show HN: Create Chrome Extensions for internal use
21–29 of 29 posts
Re: Show HN: Create Chrome Extensions for internal use
#22I like it. Do you support WebSQL? One category of apps I think would be interesting is caching SaaS data locally to make for fast search. e.g. Intercom is painfully slow, I want an extension that caches recent Intercom data for fast search and messaging.
Ohh, We haven't tried WebSQL yet with our builder, but from a quick Google search it seems possible! Another route is to use something like http://alasql.org/ to cache data in localstorage so you can query it instantly. Would a search UX be better, or a text box to directly write SQL over your data?
Re: Show HN: Create Chrome Extensions for internal use
#23Earlier quoted context omitted.
We made this extension recently. It lets you query data in any ` ` in any open Chrome tab. Pretty nuts what you can build with extensions vs. a standard web app. Good luck! https://chrome.google.com/webstore/detail/sqanything/naejbcf... https://doc.seekwell.io/sqanything
Woah that's amazing! I thought the name SeekWell was familiar, I think we used your SQL -> GSheets integration before!
Good luck with the new thing!
Re: Show HN: Create Chrome Extensions for internal use
#24I like it. Do you support WebSQL? One category of apps I think would be interesting is caching SaaS data locally to make for fast search. e.g. Intercom is painfully slow, I want an extension that caches recent Intercom data for fast search and messaging.
We made this extension recently. It lets you query data in any ` ` in any open Chrome tab. Pretty nuts what you can build with extensions vs. a standard web app. Good luck! https://chrome.google.com/webstore/detail/sqanything/naejbcf... https://doc.seekwell.io/sqanything
Re: Show HN: Create Chrome Extensions for internal use
#25There is a huge market of these kind of tools for hyperscaling IRL market startups like Uber, Lyft, Doordash, Airbnb, Ghostkitchens etc.du They scale up and hire a shitton operations people with a small technical knack - while working with the same shitty systems that they built for the first year of the company. Combine that with the massive blitscaling they do by just constantly opening new cities and new countries…
Woah, thank you so much for sharing!! This is really amazing to hear :0 If you are down would love to chat more! kevin@extension.dev
Re: Show HN: Create Chrome Extensions for internal use
#26interesting. my company is stuck using these shitty internal tools that i'd like to customize. can i use this to extend them (like add buttons, UI elements, surface data from API calls, scrape data)?
you can do anything you want without building your own extension https://www.tampermonkey.net
Re: Show HN: Create Chrome Extensions for internal use
#27Earlier quoted context omitted.
We made this extension recently. It lets you query data in any ` ` in any open Chrome tab. Pretty nuts what you can build with extensions vs. a standard web app. Good luck! https://chrome.google.com/webstore/detail/sqanything/naejbcf... https://doc.seekwell.io/sqanything
awesome! Have you considered taking payments? I recently made a browser extension payment system that you don't even need to run your own server to use: https://extensionpay.com/
We are free during the developer preview/beta and plan to have a really generous hobby tier. We are rolling our own Stripe integration down the road for enterprise users!
Re: Show HN: Create Chrome Extensions for internal use
#28Hey HN and the broader world! We are incredibly excited to share what we have been cooking up . After building Chrome Extensions for recruiters and marketers, we got a glimpse of the power of browser extensions. However, we also got a taste of how hard extensions are to create. This led us down a path of exploring whether companies were interested in building custom internal extensions. We studied hundreds of custom…
Re: Show HN: Create Chrome Extensions for internal use
#29Hey HN and the broader world! We are incredibly excited to share what we have been cooking up . After building Chrome Extensions for recruiters and marketers, we got a glimpse of the power of browser extensions. However, we also got a taste of how hard extensions are to create. This led us down a path of exploring whether companies were interested in building custom internal extensions. We studied hundreds of custom…
Just had a call with Kevin and my mind got blown away. The product, although very early on, is superb! The possibilities it opens for companies that are scaling is simply amazing! I'm looking very much forward to see this being used by my company in the not-so-distant future! Well done K/W/J!