Google Chrome Extension to handle certain links - google-chrome

I need to create a simple Chrome extension that will open telephone links in Gmail with a certain application (Cisco Jabber) instead of the default (Google Hangouts).
I've tried doing some research and haven't found anything that indicates this is possible. Is this something that a Chrome extension can do? If so, can someone point me in the right direction on how to get started, please?

Related

Is there other ways to create a button for Google Apps menu in chrome extension?

enter image description here
While I'm building a chrome extension, I want to implement a button in a new tab of chrome.
(as shown in picture, just like the original new tab has.)
I thought there must be a way, something like Google API or webpack.
But even after I spent 3 hours of searching, I couldn't find it.
And I've also tried to inspect other extensions in the store,
but the codes were too complicated to beginner like me.
So I decided to build it manually with tags and icons.
Am I on the right track?
or Is there any API or webpack?

Using DOMFormHasPassword and DOMInputPasswordAdded events in chrome extensions

tl;dr:
I'm trying to figure out how to use the DOMFormHasPassword and DOMInputPasswordAdded events in chrome extensions.
I'm trying to develop a password manager extension in chrome for my
school project. To make it, I would need a way to identify a login form and fill it automatically. So far I had relative success, but I encountered a problem: I would scan the page for a login form on page load, so if any form were to be added through javascript my extension would miss it.
I have googled the matter and found the terms DOMFormHasPassword and DOMInputPasswordAdded in some locations online, such as this one that states that the DOMFormHasPassword event was added to chrome, and some sort of an example of its use that I couldn't understand.
I've tried adding the events with document.addEventListener, without any success.
I also encountered the term SpecialPowers that I don't understand, and I think understanding it might solve my problem.
I Would be very grateful if you could even direct me to a documentation of those events, because I can't seem to to find it. Thank you for your time!

How can I make the advanced button work in chrome 'App isnt verified'?

I'm sorry this question might not be completely on topic, but i couldn't find answers googling it.
I'm creating an google app script (with clasp).
When i run the script i get the following popup as usual:
I'm supposed to click on advance and go anways.
But the advanced button no longer works! it doesn't show me the followup button to continue anymore!
Does anyone have the same issue and was able to fix it? It seems to have originated after the chrome update (with rounded ui).
I tried deleting the original grant (i added a feature that needed bigger scope), but even that didn't work.
It might be one of my chrome extensions.
Doing the same thing in incognito mode, worked!

Creating a bottom bar/panel on Google Chrome

I'm trying to create a Google Chrome extension with a bar that appears along the bottom like the Chrome "Developer tools". I dont want to use content scripts, if possible. Does chrome extension provide any way to do this.
You can create a panel IN the developer tools using the devtools API but it sounds like you want something separate from that.
The bad new is, unfortunately, there is no way to do this with out content scripts - Chrome is very strict on what it allows you to do. Why, may I ask, do you not want to use content scripts?

Google Chrome -- Google search json download

Alright so about every 30 seconds that I type searches into google's automatic search engine, google chrome downloads these "search.json" files. Why are they downloading and what can I do to prevent this from happening in the future?
This issue is caused by FastestChrome. The solution is to disable it ("Tools" >> "Extensions" >> "FastestChrome - Browse Faster" >> Uncheck "Enabled"). There seems to be a consensus on a Google forum topic that FastestChrome is causing the issue. I have confirmed myself.
Additionally, Mozilla Firefox users with FastestFox do experience the same issue. Disabling FastestFox should also resolve the problem.
The consensus is that FastestChrome causes this issue. Though you don't have to delete the entire app. The google product forums () suggest turning off these features in FastestChrome's options to get rid of the problem:
-Popup Bubble / Search Engines: uncheck google AND Google Maps.
-Uncheck the boxes under the Search Results tab
goto Google Preferences
check "Do not use Google Instant" in Google Instant section
then click save preference button at the right bottom corner.