Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Enable Chrome Extensions in Google Chrome App webview

I'm building a Google Apps Chrome App (not extension but app) with gmail, calendar, etc.

I would like to run extensions from regular chrome in my app. For example, rapportive is a fantastic extension for gmail. But it seems that extensions do not run on pages hosted in a webview.

Does anyone have an idea of how enable extensions in chrome apps?

like image 459
Michael Kennedy Avatar asked Dec 02 '25 01:12

Michael Kennedy


1 Answers

Extensions in Chrome Apps aren't available by design. A webview is meant to facilitate displaying web-based content that you control, in which case you'd have the ability to alter that content at the server, rather than relying on an extension to do so.

Incidentally, you should take note of the applicable terms of service, which won't let you publish the app you've described in the Chrome Web Store: "Do not post an app where the primary functionality is to link to a website not owned by the developer."

like image 107
sowbug Avatar answered Dec 04 '25 10:12

sowbug