Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

Този сайт ще има ограничена функционалност, докато се извършва тече неговата поддръжка. Ако дадена статия не може реши проблема ви и искате да зададете въпрос, нашата общност е готова да ви помогне на @firefox в Twitter и /r/firefox в Reddit.

Търсене в помощните статии

Избягвайте измамите при поддръжката. Никога няма да ви помолим да се обадите или изпратите SMS на телефонен номер или да споделите лична информация. Моля, докладвайте подозрителна активност на "Докладване за злоупотреба".

Научете повече

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

  • 5 отговора
  • 1 има този проблем
  • 5 изгледи
  • Последен отговор от 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.

Всички отговори (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.

Променено на от 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

Променено на от cor-el