wavebox / waveboxapp

Wavebox, the revolutionary and feature-rich Chromium browser that's built for productive working across Google Workspaces, Microsoft Teams, ClickUp, Monday, Atlassian, Asana, AirTable, Slack, and every other web app you use to get work done.
https://wavebox.io
1.3k stars 135 forks source link

Extension Support #138

Open Thomas101 opened 7 years ago

Thomas101 commented 7 years ago

Look at adding chrome-extensions or an alternative extension system. electron-chrome has some support for chrome apps.

To help us prioritise which extensions to ensure compatibility with please cast your vote here. | Results

Extensions to look at for testing

If you think we've missed one, comment and we can add it to the list

CJBridges commented 5 years ago

I'll echo @tobie and recommend Zoom (zoom.us) as well. Much easier to use the integration to set up zoom meetings in Google Calendar than to work off the separate app.

tushar-borole commented 5 years ago

1password please

aditiapratama commented 5 years ago

tubebuddy please

digitalsparky commented 5 years ago

Just came across this one, for those that use tweetdeck:

Tweeten - https://chrome.google.com/webstore/detail/tweeten/ffoimglpkabojpaknlpodligjndnedji

jlumbroso commented 5 years ago

@Thomas101 Very happy to (partially?) sponsor 1password integration. Is that a possibility?

Consider that Apple/iOS went from no integration, to integrating all clients through a standard API. Seems like the only fair way to do it for customers, who may be using and loyal to any number of password manager.

ghost commented 5 years ago

Flowcrypt for composing and reading PGP-encrypted emails

CJBridges commented 5 years ago

Github Gmail - quickly view links in github (foreground or background) and unsubscribe from threads on github in a background tab.

lots0logs commented 5 years ago

I know ZenHub is on the list but I'm wondering if it can be expected to arrive anytime soon?

Jayddo commented 5 years ago

I'm definitely +1ing for 1Password, it's realistically the only Extension I truly need.

lherlitz commented 5 years ago

BeeLine Reader https://chrome.google.com/webstore/detail/beeline-reader/ifjafammaookpiajfbedmacfldaiamgg

reatlat commented 5 years ago

LanguageTool - like Grammarly extension, but support grammatic of many languages, not only English! https://languagetoolplus.com/#firefox_chrome

LanguageTool - Spell and Grammar Checker 2019-03-13 22-42-20

Will be very helpful, for example, I'm Russian in Spain, I wrote emails in English, Russian, Spanish, Catalan!! First 2 it's not a big deal for me, but Spanish and Catalan... And I think many and many users wrote emails in multiple languages.

gazzerh commented 5 years ago

+1 vimium

davidwgaw commented 5 years ago

+1 for the toggl button extension, please! I use it in several of the apps I would otherwise use through Wavebox (Clickup, Google Calendar, and Salesforce) so would be a pretty big win for me.

kkankala commented 5 years ago

@Thomas101 Very happy to (partially?) sponsor 1password integration. Is that a possibility?

Consider that Apple/iOS went from no integration, to integrating all clients through a standard API. Seems like the only fair way to do it for customers, who may be using and loyal to any number of password manager.

Exactly. I'm interested in Bitwarden which is open source, free and cross platform.

gazzerh commented 5 years ago

browserpass-ce would be great. this allows the use of unix pass password-store: https://www.passwordstore.org/ https://github.com/browserpass/browserpass

Azulinho commented 5 years ago

-> https://github.com/tilfin/aws-extend-switch-roles

update: tested it using https://github.com/wavebox/waveboxapp/issues/542 and it works on my machine

justinr1234 commented 5 years ago

Support Rocket.Chat with this easy custom JS script:

window.addEventListener('unread-changed', function(e) {
  const count = e.detail;
  const countAsNumber = parseInt(e.detail, 10);

  if (count === '•') {
    window.wavebox.badge.setCount(0);
    window.wavebox.badge.setHasUnreadActivity(true);
  } else if (count === '') {
    window.wavebox.badge.setCount(0);
    window.wavebox.badge.setHasUnreadActivity(false);
  } else if (false === isNaN(countAsNumber)) {
    window.wavebox.badge.setCount(countAsNumber);

    if (countAsNumber < 1) {
      window.wavebox.badge.setHasUnreadActivity(false);
    } else {
      window.wavebox.badge.setHasUnreadActivity(true);
    }
  }
});
applesapples1 commented 5 years ago

Reverse conversation for Gmail would be amazing. It's a super simple extension, just a case and is file, but it makes Gmail so much more usable.

Also, Salesforce Lighning Sync and/or SmartCloud connect. Thanks so much!

https://chrome.google.com/webstore/detail/gmail-reverse-conversatio/kfgepjmmgamniaefbjlbacahkjjnjoaa?hl=en

leggett commented 5 years ago

Can you add Simplify? https://chrome.google.com/webstore/detail/simplify-gmail/pbmlfaiicoikhdbjagjbglnbfcbcojpj

ferenczy commented 5 years ago

I'm really missing the KeePassHttp-Connector extension. I'm using Google auth to sign in to many accounts and I have to sign in to Google every time I add a new account since sessions/cookies are not shared between accounts.

Or maybe also/instead the extension KeePassXC-Browser, since the KeePassHttp-Connector has been deprecated.

I have already added majority of accounts I wanted, so I'll need this extension much less than initially, but still would be great to have it. At least for others :)

point-source commented 5 years ago

Bitwarden support would be excellent!

tnaseem commented 5 years ago

I've just migrated from LastPass to Bitwarden, after their latest "upgrade". Lot's of issues, as can be seen on their forums, so pretty much gave up on it.

Anyway, this is a +1 for BitWarden from me too. Open Source and works really well as a no-nonsense password manager.

Ash258 commented 5 years ago

Refined github

glennjacobs commented 5 years ago

Keeping would be great, please!

sirwio commented 5 years ago

1Password is essential in my day to day operations.

tonybyng commented 5 years ago

I know other people have said this but having access to the https://clickup.com plugin rather than having to open gmail in chrome to use it would get my thumbs up

mabdelfattah commented 5 years ago

https://www.mailblock.io/

jbbjbb commented 5 years ago

Can you add Simplify? https://chrome.google.com/webstore/detail/simplify-gmail/pbmlfaiicoikhdbjagjbglnbfcbcojpj

Another yes to Simplify - please! Should be simple.

albert1t0 commented 5 years ago

This extension Simplify for Gmail (https://chrome.google.com/webstore/detail/simplify-gmail/pbmlfaiicoikhdbjagjbglnbfcbcojpj) help to see the UI clean, there is a lot of icons in the left hand when you use Gmail and have many apps in Wavebox.

You can add Simplify by coping the content of 'style.cc' and 'script.js' from https://github.com/leggett/simplify/tree/master/gmail in the Advanced settings of the Gmail container.

Screenshot_20190426_101914

imagen

Orion120 commented 5 years ago

i'll second this

On Fri, Apr 26, 2019 at 7:03 AM Alberto Torreblanca < notifications@github.com> wrote:

This extension Simplify for Gmail ( https://chrome.google.com/webstore/detail/simplify-gmail/pbmlfaiicoikhdbjagjbglnbfcbcojpj) help to see the UI clean, there is a lot of icons in the left hand when you use Gmail and have many apps in Wavebox.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/wavebox/waveboxapp/issues/138#issuecomment-487068255, or mute the thread https://github.com/notifications/unsubscribe-auth/ABRKSAQ6WI3NLA5S4UJFSTLPSMDRJANCNFSM4DKC3MRA .

-- Micah Bisagni 310.384.9874(m) orion120@gmail.com

Thomas101 commented 5 years ago

@jbbjbb @albert1t0 @myb120 Simplify is now available under Settings, your app should automatically grab the update, or if you still don't see it, restarting the app will force it to update the list of available extensions :)

livexadmin commented 5 years ago

Qlearly would be awesome!

https://qlearly.com/?ref=IG21

Orion120 commented 5 years ago

Reverse conversation for Gmail would be amazing. It's a super simple extension, just a case and is file, but it makes Gmail so much more usable.

Also, Salesforce Lighning Sync and/or SmartCloud connect. Thanks so much!

https://chrome.google.com/webstore/detail/gmail-reverse-conversatio/kfgepjmmgamniaefbjlbacahkjjnjoaa?hl=en

Since the end of INBOX by Google this has become something I totally miss in Gmail. Please add to list

justs commented 5 years ago

Clockify please. It is an incredibly powerful time tracking tool that integrates with more apps than any other tracker. image I've tried to sideload the extension and it loads but will not authorize at sign in with the following error: image

Also +1 for ActiveInbox and Qlearly.

albert1t0 commented 5 years ago

@jbbjbb @albert1t0 @myb120 Simplify is now available under Settings, your app should automatically grab the update, or if you still don't see it, restarting the app will force it to update the list of available extensions :)

There is a problem with the extension 'Simplify', the search box is hidden, update the code with the source in repository solve this issue. In meanwhile you can use '/' key for call the search box.

wkoehn commented 5 years ago

I'd like to be able to track detailed time spent in wavebox using https://www.rescuetime.com.

TheJoelGray commented 5 years ago

I concur with the votes for Bitwarden!!

wishx commented 5 years ago

Bitwarden for sure. Also a translator of some sort.

ryanbr commented 5 years ago

Bitwarden and Putty. Would really help with productivity

punk-dev-robot commented 5 years ago

Vimium would be amazing, fingers crossed :)

C4ptC commented 5 years ago

Salesforce would be v. helpful https://chrome.google.com/webstore/detail/salesforce/jjghhkepijgakdammjldcbnjehfkfmha

Along with HubSpot that you have already in the list!

KenInLV commented 5 years ago

+1 for Dashlane. I switched to it from Lastpass recently and am happy I did.

KenInLV commented 5 years ago

+1 for Gmail Reverse Conversation, recommended above by @applesapples1 . Such a simple thing makes such a big difference!

ferenczy commented 5 years ago

How can I learn if an extension I have suggested is in consideration, plan, development, etc. or it has been missed in a flood of other suggestions, please? Wouldn't be better to have an issue per suggestion?

For me, the KeePassHttp-connection extenions is really essential as I have to enter my passwords into Wavebox from time to time and this would improve it significantly.

BenjaminBrossi commented 5 years ago

I would love to see "Webmail Ad Blocker" in Wavebox.

Thomas101 commented 5 years ago

Hi, we've been working on improving support for Chrome extensions and have a preview version of Wavebox that expands our current support significantly. We're looking for testers who are eager to give it a try and give us some feedback on this. If you're eager to try it out there's some more info here https://github.com/wavebox/waveboxapp/issues/1128