I noticed that from December 1 published extensions are not visible on the page https://chrome.google.com/webstore/ and google after such indexing is visible? Could it be some sort of algorithm update?
Or is it a temporary error?
You may want to try Updating a web app's Chrome Web Store listing with these steps:
Open the web app script in the script editor.
Click Publish > Register in Chrome Web Store. Click Edit store item. This will bring up the Edit Item form you filled out during publication.
Make the changes you want to the description, graphic assets or other settings.
Click Publish changes.
Visit the Chrome Web Store developer dashboard to see the publication status of your web app. Note that the publication process can take up to an hour to finish. Once the "Status" column says "Published", your web app will be available in the store.
In addition to that, you may also check the possible reasons why your item may not be showing in search.
If any of the given links doesn't help, I suggest that you submit your issue.
Related
I have made an app on sharepoint and have registered in sharepoint store. Now how can I update my app on sharepoint store as well as the website in which I am using that app?
And what component for an app does it needs to get updated?
I am searching for a solution for past 3 days, but no website has a clear answer.
The SharePoint Store should function the same way the AppCatalog does for enterprise applications. Once the update to your app was accepted and published in the Store, you should be able to update your app on its parent site as follows:
Navigate to the site containing the app.
Click the gear in the top right of the page.
On the dropdown menu that pops up, click "Site contents".
On the page that loads, locate your app and hover over the name of the app.
Three vertical dots should appear to the right of the app name. Click the three dots to show actions.
On the popup window, click "Details".
If the new version has been published by the Store, the "ADD IT" button should light up. Click it and then wait for the update to complete.
so my uncle asked me to update something on his website. I found out he uses azure service. I've never used this service before. After looking around I thought it was as easy as Searching App Services, then clicking on the only app running, then on the side panel click development center, then I choose FTP access. I then used FileZilla, I edited a file and then re-uploaded the file but nothing gets updated on the site. Am I missing something obvious?
Thanks.
If you want to update your website, you can use FTP,Git or other tools. You can refer to this document which can tell you how to deploy your sites. And contains other way to deploy your app. According your describe, you can check the last modified time of files in kudu.The following paragraph will introduce kudu.
If you just want to update your static files in sites. The easiest way is logging on portal and find your app.
First, you should click Advanced Tool in left side, and click the link to open KUDU Management.
Second, find Debug console options and click CMD or PowerShell, then you can see folders in the page, click site->wwwroot .
Third, you can add/delete/modify your static files by buttons in the page. When click the icon of pen, you can modify this file.
If you want to copy your local files, you also can drop it to this page, it's very convenient. More function about Kudu you can see this site.
Hope my answer works for you.
I downloaded Instagram yesterday so I could sign up and then created a new client which is currently in Sandbox mode. I have created a website which searches for certain hashtags across Twitter and Instagram and the only thing which holds me back from going live is that the Instagram client is still in sandbox mode.
The "Go Live" button is disabled and I have no idea what I need to do to get it enabled. The documentation doesn't say anything. It mentions somewhere that there is a review process, but I don't even see an option to submit my application for a review. How does that even work anyway, because my application is not a phone app. I have made a website which is mobile friendly but it doesn't even require a user login.
Any more information and clarification is much appreciated!
You have get your app reviewed by Instagram first.
Click Edit for your client, Click on the Permissions tab and submit for review. Once approved, u will be able to click Go Live
Since 17th of November, Instagram made his API more protected for spam/fraud/copycat apps.
You can read more about it here: https://www.instagram.com/about/legal/terms/api/
I put my application from last 12 days in Instagram Developer Console but not getting any reply from them so I found a new way to submit the app using below steps and It's work for me.
Old Process:-
I think there is some update related to the Instagram App review, please check below steps & screenshot you will get the idea of how to submit Instagram app from Sandbox to Live mode in the new updates.
Steps:-
1) https://developers.facebook.com/ Click on this link and enter into the facebook developer console.
2) Now click on My App or Create the new app if there is not any created.
3) Click on Product(+) which is in the left side panel (More clarification see the attached screenshot)
4) Select the Instagram and click on Add button
5) Now you will be able to see one more menu in panel namely "Instagram" (More clarification see the attached screenshot)
6) Click on that and you will be able to see the list of permission in right side view
7) Select your respective permission which you require and submit the app for review.
[Note:- You need to give your .apk and .zip file accordingly android & iOS. You also need to submit screencast of your flow and especially to show the part which indicates why you need this permission]
This is the way for live mode after Instagram Platform Updated on June, 2016.
1) Manage Clients -> MANAGE -> Sandbox(Tab) -> Add user name to Sandbox User and Save.
2) Open the Permissions Tab and click Start a submission button to put your client into live mode.
1) Manage Clients -> MANAGE -> Sandbox(Tab) -> Add user name to Sandbox User and Save.
2) Open the Permissions Tab and click Start a submission button to put your client into live mode.
After this process take how much time for live the instagarm
I have just edited my publishing site home page in SharePoint Designer. The page originally contains some web parts.
I am a newbie as far as SharePoint branding is concerned. I did the editing in Advance Mode when I realized that I couldn't edit areas outside my Web Part Zones and since I need to do that, I tried it using the advance mode. I edited the page adding some inline CSS styling and even added some additional Web Part Zones. Everything looked good when I previewed so I saved and thought all was okay. But to my surprise, Only my account (System Account) can see the changes I made. Every other user on the domain are still see the original page without any of my recent changes.
I have done the Check-In and Publish circle over and over again but no luck.
Does any one have any idea as to what I might have done wrong here and what I can do to fix the issue.
Follow below steps for publishing:
Select “Publish a major version,”. When
prompted to approve the master page, click Yes. This automatically
invokes a SharePoint master page approval page, where you
will find your new master page listed at the top of the page.
Click the drop-down menu beside the master page. Select
Approve and select the Approved radio button. Click OK. Your
master page is now saved and approved in SharePoint.
Navigate to your top-level site collection, and click Site Actions -> Site Settings
Under Look and Feel, select the Master Pages link. For both the
Site and System Master Page settings, select your new master
page from the drop-down menu.
Once you click OK, your changes should be available to all users
I have configured a search results webpart to show documents based on the search keywords.
As soon as I hover on any of the search result item, it automatically triggers download and asks weather to save the document or open it directly.
This issue is coming on IE.
I have come to find the root cause of the problem but not the solution(Will update when I get to the solution).
As it is an intranet portal, IE has its default security settings to medium-low(It is medium for internet sites).
Under medium-low security settings Allow Active-X filtering is disabled. Enabling it solved the issue.
PS: You can get to the settings by clicking on TOOLS->INTERNET OPTIONS->SECURITY->LOCAL INTRANET.