I would like to make a google chrome extension available through the Google Apps Marketplace. As far as I can tell, the extension complies with all the rules, uses oauth correctly and so on. But even though after an administrator enables our app we will have access to all the users in the account's oauth credentials and the individual users will see the app in the universal navigation menu, they won't have the extension installed for their browser. Is the usual way to deal with this issue to use the link in the universal navigation menu to direct users without the extension to a page where they are directed to install the extension?
Unfortunately the Google Apps Marketplace doesn't currently support the automatic installation of Chrome Extensions. Administrators can pre-install Chrome Extensions for their entire domain, but through a different process:
https://support.google.com/chrome/a/answer/1375694?hl=en
Related
We are using windows accounts extension to sign into chrome, however we have an app in our organisation that requires people ot sign in with their microsft accounts, and peopl are not able to login due to lack of the windows accounts extension,(This extension is used by microsoft to padss device id details that are needed to for conditional access on the user accounts)
We were able to install the extension in electron but it doesnt do anything. we used this guide from elctron website https://www.electronjs.org/docs/latest/tutorial/devtools-extension#:~:text=To%20load%20an%20extension%20in,the%20extension%20in%20Google%20Chrome.
We were able to install the extension in electron but it doesnt do anything. we used this guide from elctron website https://www.electronjs.org/docs/latest/tutorial/devtools-extension#:~:text=To%20load%20an%20extension%20in,the%20extension%20in%20Google%20Chrome.
I spent 3 days to try publishing app in my sandbox gsuite domain. In the marketplace.
I'm trying to publish an app to my own domain. Whatever I'm doing I'm getting this error message
I followed the instructions here: https://developers.google.com/gsuite/marketplace/listing
and follow the instruction of all the guides.
I tried to publish using the chrome web store, I created a manifest, with and without project_id, whatever I'm doing I don't see the app in the "for your domain" section in the marketplace.
The only place I somehow success is when my using using Google Docs, and click "Add addon:", in the addons menu. They see my app, but not in the marketplace.
I have a specific question:
I'm trying to understand what this error message means.
The Publish tab is currently used only by Gmail add-ons, which do not require publishing to Chrome Web Store.
For the other add-ons it's required to have a Chrome Web Store listing.
The api_console_project_id is required in the manifest.
When instructing a domain admin to install an app from the legacy marketplace, we could just give them a direct link from which they could click an install/add button. Is there an equivalent direct link for apps in the new marketplace?
Clicking on the name of the app in the Chrome Webstore Developer Dashboard will take you to a standalone page for your app that you can share with others.
See this - https://developers.google.com/apps-marketplace/button
It's not a direct link unfortunately but serves a similar purpose.
The setting "Enable Individual Install" has recently been added in a Google Apps Markeptplace configuration, but I was not able to find its meaning. Does anyone has an idea ?
Thanks
I got an email from a google representative today with the following:
We’re excited to let you know that you will soon be able to enable anyone within an organization to install your app directly from the Google Apps Marketplace. To prepare for this new feature, you should choose whether to enable or disable individual user installs for your app.
Please follow these instructions to enable individual user installs:
Navigate to your Google Developer Console.
Select your Google Apps Marketplace project.
Click APIs under the APIs & auth section.
Click the gear icon next to Google Apps Marketplace SDK.
Check Enable Individual Install
Click Save changes.
This feature is only available for apps in Google Apps Marketplace that use OAuth 2.0. To learn how to upgrade your OAuth 1.0 app to OAuth 2.0, please see these upgrade instructions. Please also note, only individual users of Google Apps for Business, Google Apps for Education, and Google Apps for Government will be able to install your app.
This feature was announced today in a blog post. To quote:
Now, any Google Apps user can install these applications by logging into Google Apps, clicking the app launcher icon , clicking More, and then clicking More from Apps Marketplace.
Recently I am doing my own platform based on mozilla's Gecko, So I need to run some popular Web Apps on it for testing. In order to adapt to my platform, I must do some changes on these Web App codes. So, Anybody knows How can I get complete source code of these WebApps ?
Note: Usually I download these web apps from firefox marketplace and install on my smartphone based on mozilla's firefox OS. Can I find Web App's source files from my phone ?
Go to the page of the app on the Marketplace (e.g., https://marketplace.firefox.com/app/loqui)
Click on [Homepage] (or [Support Site]), if there is one
Search there (in our case, the homepage is https://loqui.im/ which has a link to https://github.com/loqui/im under "Develop" tab).