Dan Diggins
Dan Diggins

Reputation: 13

Injecting Custom HTML into Google Drive UI

Is it possible to inject custom code/html into the latest Google Drive UI?

The other day I was shown a Google Drive UI that had a custom button embedded in the page. I've search through documentation and can't find anything that details how to do this...maybe it's something only Google Partners can or are allowed to do?!?

Upvotes: 1

Views: 541

Answers (1)

Dan McGrath
Dan McGrath

Reputation: 42038

You could register a Chrome Extension that manipulates the DOM.

There is not a supported mechanism for you to inject custom HTML into the Drive UI, so any work-arounds you do (such as an extension) will break as we change the UI.

You can however register a web app to be included in the 'New' menu a la Google Docs and you can also register as file handles in the 'Open With' menu. Have a glance in the 'Integration with the Drive UI' docs

Upvotes: 1

Related Questions