Rechercher dans l’assistance

Évitez les escroqueries à l’assistance. Nous ne vous demanderons jamais d’appeler ou d’envoyer un SMS à un numéro de téléphone ou de partager des informations personnelles. Veuillez signaler toute activité suspecte en utilisant l’option « Signaler un abus ».

En savoir plus

Does the appear.in extension exist in the world of Firefox?

  • 5 réponses
  • 1 a ce problème
  • 1 vue
  • Dernière réponse par cor-el

more options

None of the searches für extensions, add-ons etc. show up with the appear.in extension. It does exist for Chrome. appear in claim it exists for Firefox, too.

None of the searches für extensions, add-ons etc. show up with the appear.in extension. It does exist for Chrome. appear in claim it exists for Firefox, too.

Toutes les réponses (5)

more options

According to this page appear.in uses the WebRTC web standard which is built into Firefox. Nothing to install - no extension is needed. https://appear.in/ FAQ's are here: https://appear.in/information/faq/

On Windows versions of Firefox an Open H264 plugin is needed which would have been installed by Firefox 38.0.5 & newer for 'Hello'; not sure about that plugin for MacOSX though. http://www.openh264.org/ See if you have that plugin, and if it is enabled.

https://blog.mozilla.org/blog/2013/10/30/video-interoperability-on-the-web-gets-a-boost-from-ciscos-h-264-codec/

more options

The reason for my question was to get notifications in Firefox from appear.in every time someone enters the "room" – as Support appear.in said: "As for receiving notifications when someone enters the room, we have a system called following. If you open your room, login, and then go to room settings, you can turn on following. Once this is done, download the chrome or firefox appear.in extension, and you will receive notifications on your desktop every time someone enters your room (the browser will need to be open, but it doesn't need to be open to appear.in.)"

This notification is not working with Firefox, though settings are suitable.

more options

Can you install the extension in Firefox?

Are there any error messages in the Browser Console about this extension?

more options

I would try to install the extension if anybody could tell me

  1. where to find it
  2. how to proceed after that.

Modifié le par MichaelPraschma

more options

You can expand all answers on the FAQ page by pasting this JavaScript code in the Web Console (Firefox menu button or Tools > Web Developer).

Paste the JavaScript code in the command line and press the Enter key to evaluate the code.

e=document.querySelectorAll(".faq-article-body.collapsed ");
for(i=0;E=e[i];i++){E.style.setProperty("height","auto","important");}

You can try to contact the appear.in website via email for support. See also http://blog.appear.in/


https://www.google.com/search?num=100&newwindow=1&q=%22appear.in%22+webrtc+browser+extension+for+Firefox

Modifié le par cor-el