Questions tagged [google-chrome-app]

Don't use this tag for PWA or the Chrome app/binary itself! Use this tag only for apps built using Chrome App specification. Just like web apps, Chrome Apps are written in HTML5, JavaScript, and CSS, yet they look and behave like native apps, and they have native-like capabilities that are much more powerful than those available to web apps.

Filter by
Sorted by
Tagged with
0 votes
1 answer
44 views

Pair Classic Bluetooth from a Chrome App using chrome.bluetooth and chrome.bluetoothSocket APIs

Ok so I'm trying to connect a bluetooth keyboard through a Chrome App. I was able to use this code and it has a status in the system tray as paired but I can't receive the data input from the keyboard....
user avatar
  • 15
1 vote
1 answer
56 views

Chrome App Development and Google Workspace Admin SDK

I am building a Chrome web extension app that will allow me to check whether all users in some Google workspace have some settings enabled. I am not the owner of any of these workspaces, so I will ...
user avatar
0 votes
0 answers
103 views

How to send auth cookie from my Chrome extension to my server, when this cookie was set on a website?

When the user logs through my website (running on localhost:3000), my server (running on localhost:8080) sends back a session cookie and this cookie keeps the user logged in. app.use(cookieSession({ ...
user avatar
0 votes
1 answer
191 views

How Can I Fix Glitchy Images on Google Chrome?

I would like to ask about these images I found to be glitchy on google chrome. I must confirm that none of these are intentional. This started since I saw a glitchy image on my google classroom, here ...
user avatar
0 votes
1 answer
37 views

javascript : How to handle chage event handler for multiple checkbox in single function and print whick checkbox clicked

Description i have multiple checkbox and want handle all checkbox click event in single handler function and want to know which is checked.i tried below code and not working document....
user avatar
0 votes
0 answers
23 views

Does selenium supports chrome app in windows

I have a chrome app for which I want to write automation scripts. Is there a way I can write script, to install chrome app from local store and launch it and write automation for the same using ...
user avatar
0 votes
0 answers
9 views

Getting Google App stopped notification on Android-8 with Chrome 91 version even after disabling google App notifications

Getting Google App stopped notification on Android-8 with Chrome 91 version even after disabling google App notifications Is Chrome -91 not compatible with Android 8?
user avatar
  • 31
0 votes
0 answers
31 views

Chrome extension get auth token without using chrome app

I am trying to get an auth token using: chrome.identity.getAuthToken({ interactive: false }, function (token) { console.log('token', token); }); token is undefined and I receive the error: ...
user avatar
0 votes
0 answers
55 views

Challenge on making a screen recording Android app on ChromeOS

I implemented the screen recording Android app on ChromeOS. It's available here https://play.google.com/store/apps/details?id=com.screencastomatic.app.chromebook However, there is a limitation I faced ...
user avatar
0 votes
0 answers
47 views

How do i play sound when I find certain text in page Chrome extension

I have tried doing this however chrome extension doesnt support it without user interaction. I mean someone needs to do browser interaction so the sound is played. However I m open to other ...
user avatar
1 vote
0 answers
76 views

send imge file in chrome.sockets.tcp.send

i m writing a localhost chrome app by using chrome.sockets.tcpServer API the app basically fetches some files from some remote url and then serves them all the text files are being rendered well here ...
user avatar
  • 1,685
0 votes
0 answers
20 views

Using Selenium to control a Chrome App (not Extension)

I am vaguely familiar with controlling a Chrome Extension using ChromOptions.addExtention() But I can't seem to find any documentation regarding opening a Chrome App and controlling it using Selenium. ...
user avatar
  • 476
0 votes
0 answers
44 views

Unblock Epson iProjection in Brave Browser

I'm trying to use the Brave browser as my primary browser. The one bit I haven't sorted out is how to use the Epson iProjector extension to send my screen to the projector. When I open it using Brave, ...
user avatar
0 votes
1 answer
100 views

Chrome extension development: chrome.storage.local vs Indexeddb

I am currently developing a digital wallet application as a chrome extension and trying to figure out what I should use as my persistent storage layer: chrome.storage.local or indexedDb. I have looked ...
user avatar
1 vote
0 answers
21 views

Why is CSS copying in multiline in chrome browser? [duplicate]

I'm copying styles from Chrome Dev Tools and pasting it into my IDE. It is pasting in multiline. Chrome Version: How I copied: This happens after pasting:
user avatar
  • 353
0 votes
0 answers
41 views

How to get auto complete suggestions on IDE while developing chrome extension using chrome api?

recently i am developing chrome extension. using js,html,css however for every action i am searching google for chrome.* api reference. is there any way to add extension for auto complete of chrome.* ...
user avatar
0 votes
0 answers
25 views

Chrome extension issue with popup.js [duplicate]

I am working on a chrome extension, I have the following code in my popup.js which works correctly if the background page finishes loading, however, if I try to open the extension before the page ...
user avatar
1 vote
1 answer
48 views

Google App ID losing after upgrading NWJS to last version from 0.37.3

I have a legacy Google Chrome installable Apps packaged with NWJS as a standalone app. I were using NWJS version 0.37.3 but now had to upgrade to last 0.56.0 because of Big Sur compatibility problems. ...
user avatar
1 vote
0 answers
157 views

Google Chrome is crashing everytime I try to uninstall a Chrome app (not an extension)

I couldn't find the same problem anywhere. I'm trying to uninstall some Chrome apps (for instance, Helium), that appear below the extensions page. Everytime I click to uninstall any of them, Google ...
user avatar
  • 11
0 votes
0 answers
88 views

What is Virtual Frame Tool? what is the thing does that extension do?

I search google and first go to search.w8mnlb.com and redirecting the google search.
user avatar
0 votes
0 answers
29 views

Deleting extension requires user gesture? [duplicate]

I'm currently trying to make a clean-up function for my chrome extension, for this I need to delete other extensions in chrome, but I get the following error: "chrome.management.uninstall ...
user avatar
0 votes
0 answers
9 views

How can build injected chrome extension popup parallel of current chrome page [duplicate]

I am new in chrome extension. I have to create a extension which will open in parallel popup of chrome window. Like this If anyone have any idea please suggest me. Thanks you
user avatar
0 votes
0 answers
133 views

How to communicate between chrome extension and pwa?

I am creating a chrome extension and I would like users experience much of work in form of a separated opened window. This is why I like to combine progressive web app with chrome extension. How can I ...
user avatar
0 votes
0 answers
33 views

where are the failed downloads files from chrome are stored after update?

Actually I am trying to download a very heavy file and in between my connection was broken and now I have to start to download that file from 0, I found some tutorials on youtube they say open the ...
user avatar
0 votes
0 answers
74 views

Send data to Chrome Extension from web page

I'm struggling with this for some time now Here is a short explanation of what I'm trying to do I have a button inside the app that when clicked needs to send some data to the chrome extension When ...
user avatar
0 votes
0 answers
43 views

Get Chrome saved passwords from Chrome extension

I am developing a Chrome extension that will be used internally in our organization. During the setup, the extension will be asking some username and password details to access an internal API. I want ...
user avatar
  • 11
0 votes
0 answers
29 views

Cannot assign chrome.storage.get value to a variable [duplicate]

I am writing a chrome extension, and it seems I can't assign a variable to the result I get from chrome.storage.get() here is my code var g = [{Gameid:"8510", name:"gameg"},]; chrome.storage.local....
user avatar
  • 23
0 votes
0 answers
29 views

Autofill selection issue google chrome

I am facing an issue related to autofill for the address section in google chrome, suppose I have saved 3 addresses in my chrome browser when trying to change from one address to another without ...
user avatar
0 votes
0 answers
131 views

How to listen to network requests/DOM changes in Google Chrome Apps?

We can listen to Network Requests triggered from a website opened in a Chrome browser using onWebRequested filters of Chrome Extensions API. Is there something similar to listen to the network ...
user avatar
0 votes
0 answers
169 views

How can I implement OTP auto read functionality in IOS Chrome using Web OTP API

I am trying to implement OTP auto-read functionality in the chrome mobile app using web OTP API. I have successfully implemented it and it is working fine in android devices chrome app but the same is ...
user avatar
0 votes
0 answers
14 views

Can a website detect extensions that are installed using Developed Mode? [duplicate]

In my case, I am using an extension that is prohibited by the website. I had downloaded the extension as a Zip file from the Chrome store and edited it in Notepad++, changed its name, and other things ...
user avatar
-1 votes
2 answers
177 views

java script code not working in chrome mobile browser but in desktop its working fine

in my WordPress site i created java bootstrap loan calculator its working perfectly on desktop but when i use mobile chrome its not working. i tried with wp-coder plugin and try with manually adding ...
user avatar
0 votes
0 answers
131 views

Is it possible to launch Chrome from ADB shell with desktop mode enabled?

I know how to launch Chrome from adb shell, but is it possible to run it with "desktop site" option enabled? Maybe something like: am start -n com.android.chrome/com.google.android.apps....
user avatar
  • 343
1 vote
1 answer
175 views

Error while accessing iframe from chorme extension, content_security_policy error

I am trying to access the Iframe from the chrome plugin and get the below error. Refused to frame 'https://mysite.co/' because an ancestor violates the following Content Security Policy directive: &...
user avatar
0 votes
0 answers
27 views

Response not sent from native app to chome extension - Javascript

I am trying to develop chrome extension to solve svg captcha. Extension sends image(as base64 data) to native app. native app does OCR and sends back captcha string. I am able to get image data from ...
user avatar
0 votes
0 answers
43 views

How to load unpack extension and start extension from command line

I would like to use chrome.exe from the command line to load an unpacked app and to start the unpacked app. I have successfully loaded the unpacked app but I cannot figure out how to start it. How ...
user avatar
1 vote
0 answers
44 views

Is there a way to enable search queries while serving a custom html via a chrome extension?

So, I wanna send some data while serving a html file. The thing is, I'm trying to change the website DOM they're visiting to have a button that redirects them to my custom html page. Something like ...
user avatar
0 votes
0 answers
76 views

Chrome extension error "runtime.lastError: The message port closed before a response was received. "

I am buidng a chrome app to click a element after pageloaded : manifest.json: { "manifest_version": 2, "name": "click chapter-btn", "version": &...
user avatar
0 votes
1 answer
585 views

Chrome Extension: insert a user input string into multiple declarativeNetRequest regexSubstitution rules

I have an extension that replaces the UTM parameter in URLs with the string WTTDOTM. It works by having a number of rulesets, each with an individual regexSubstitution rule. I did it this way because ...
user avatar
  • 35
0 votes
0 answers
90 views

Does the rendering process of Chrome browser really have the step of Render-tree Construction? Why is there no such step in devtools performance?

I have read a post, link here: Render-tree Construction, Layout, and Paint A demo page: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /&...
user avatar
  • 55
2 votes
1 answer
739 views

Chrome shortcut with --incognito and --app ="URL" in target, not working after the latest update

Previously before the 89 version update of google chrome, we had a custom shortcut with --incognito --App="URL" in the target properties and it was working well as needed in minimal view ...
user avatar
0 votes
0 answers
17 views

Chrome app storage settings itself works, but in another script returned value is undefined

I've built simple options form with 3 radio buttons. Seems that my options.js works correctly - i.e. if I change selection of the button, close options dialog and reopen it, the selection that I made ...
user avatar
30 votes
1 answer
12k views

chrome extension mv3 - Modularize service worker js file

I am trying to migrate my chrome extension from manifest version 2 to 3. Now that background scripts are replaced by service workers in manifest v3, I can no longer use a html file and refer js files ...
user avatar
  • 1,803
0 votes
0 answers
110 views

How do I Cache External Scripts in my Chrome Extension?

My popup index.html looks like this: <!DOCTYPE html> <html <body> <div id="app"></div> <script src="https://www.sesamecall.com/build/app218.js&...
user avatar
  • 103
0 votes
0 answers
90 views

Hide Default title bar in Chrome Packaged App

I am creating a window on the launch app event, How can I be able to hide the default title bar so I can be able to create mine? from customize title bar in chrome packaged app, it was mentioned that ...
user avatar
  • 678
0 votes
0 answers
328 views

Refused to execute inline script because it violates the following - Content Security Policy directive with chrome apps based on react

So I have been trying to create a chrome app and I want to use react the challenge is I get this error on the index.html Refused to execute inline script because it violates the following - Content ...
user avatar
  • 678
1 vote
0 answers
55 views

Chrome Web App extension, minimize to task bar on window create

Anyone know how to get minimized to work, fullscreen functions as per examples on googles documentation this with fullscreen permission in the manifest works chrome.app.runtime.onLaunched.addListener(...
user avatar
0 votes
1 answer
300 views

Migrating Chrome USB App API to Web USB API

I currently have source code for a Chrome App, but as the platform is being deprecated I need to migrate my API to a Progressive Web Application. As I still want support for USB in my web platform ...
user avatar
  • 51
2 votes
1 answer
340 views

What does it mean that V3 extensions is the disallowing of remotely hosted code

Google chrome has just announced that V3 extensions is the disallowing of remotely hosted code. What does this means ? are they disallowing iframe? I am unable to find any details on this?
user avatar
4 votes
0 answers
232 views

Chrome App OAuth 2.0 Client saying "Sorry, something went wrong there, try again."

I developed a chrome extension. It is currently published - unlisted and using a Google OAuth 2.0 Client that is in testing and not verified. All my test users have been whitelisted/added to in the ...
user avatar

1
2 3 4 5
51