Item logo image for Notifications in Browser Plugin

Notifications in Browser Plugin

3.3(

138 ratings

)
1,000 users

20 support issues

  • All
  • Questions
  • Suggestions
  • Problems

Kees van Steenbruggen

Nov 30, 2014

how to remove krome from chrome

How do I remove Krome from chrome?

Иван Исаенко

Aug 2, 2014

Krome App is no longer aviable on Google Play

This app is no aviable on Google Play. Where I can find them?

Ludwig (Ornstein)

Jul 28, 2014

play store app

Can't find the app on the play store anymore

Mohammad Nasr

Jun 29, 2014

krome not working

The app has gone from play store and is not working? what happened??

A Chrome Web Store user

Jun 1, 2014

Not all apps in installed app list

Hello there,
first of all: great app. And the price is more than fair.

I have the follwoing problem: not all apps are listed in the installed apps list on my android device. So I can'T turn of notifications for certain apps (Business Calender, Welches Netz are the ones I noticed so far)

Annoying because I get to much notifications on my pc.

Is there a fix or am I doing something wrong?

Best regards.

Julien Croy

Apr 25, 2014

Notifications dont show up

Hi
For some reason I cannot see any notifications show up on my computer. Instead it just shows up on my phone. I turned on all the chrome flags at http://krome.mobi/ but that didnt change anything.

Jonathan McGrandle

Apr 1, 2014

Reply Window id/autofocus and Submit Reply on Enter

Hi,
Great app, very glad you were able to get it back on the web store.
I have three suggestions for you which I implemented on my machine by changing a few lines of code.

Personally I like having the replytosms window remember where I moved it previously and how large I resized it. This can be achieved by adding:
"id: "replyWindow","
to the arguments when you create the replytosms window.

I also thought it would be nice if the textbox in the replytosms window was autofocused so you can start typing as soon as it opens. Changing:
"<textarea id="replyText" placeholder="Write your reply here">"
to:
"<textarea autofocus id="replyText" placeholder="Write your reply here">"
achieves this.

Finally, and this one is very personal, I changed the replytosms window to submit when I hit enter. This was I can quickly send the message without touching the mouse. In sms.js I created a function:
"function sumbitReply(){
chrome.pushMessaging.getChannelId(getChannelIdCallback);
document.getElementById("content").style.visibility='hidden';
document.getElementById("loadingcircle").style.visibility='visible';
}"
and called this function when replyButton is clicked. I also added:
"document.getElementById("replyText").onkeyup = function (){
// If the user has pressed enter
if (event.keyCode == 13) {
sumbitReply();
}}"

Again, great app thanks for your work!

k smith

Feb 24, 2014

Two Computers Same Phone

So, I would like to use the encryption and be able to have notifications on both my computers. However, my second computer keeps asking for a pairing code while receiving notifications that are encrypted. How do I enter the passcode on the second computer?

Michal Palma

Feb 17, 2014

pairing does not work @nexus5

When i try to pair my nexus5 (original vendor system without rooting nor any moding) Krome extension confirm pairing success, but the phone does not react.

Paweł Pacak

Feb 5, 2014

Can't connect

I've changed ROM on my Galaxy S2. I installed Krome again, but I can't connect again. It seems that Krome on computer is still connected to my old phone ROM (I don't know is it possible)... When I click "disconnect" button on computer nothing happens. What should I do?

Google apps