How to install G Suite Marketplace application from our website? (Integrate with google button)

怎甘沉沦 提交于 2021-02-07 21:46:13

问题


I have configured my marketplace app, and I would like to let the user install the app through our website instead of going to G Suite marketplace at all.

I heard that Google has released this kind of functionality called "Integrate with google" in 2014 via this video. But I was unable to find any documentation for this now.

Documentation page of this feature is giving 404 error as well.

Was this feature obsoleted already? or else can someone please help me configuring this option on my website.

Thanks


回答1:


After some research, I found the answer. You just have to add the following two line into your page.

<script src="https://apis.google.com/js/platform.js"></script>
<div class="g-additnow" data-applicationid="your-app-id"></div>

App ID can be found in the top of Configuration in "G Suite Marketplace SDK"

But there is no google documentation for this.



来源:https://stackoverflow.com/questions/59642040/how-to-install-g-suite-marketplace-application-from-our-website-integrate-with

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!