How to delete an unused/old Chrome app from dashboard

1,566 views
Skip to first unread message

Dave

unread,
Feb 9, 2013, 8:38:53 AM2/9/13
to chromi...@chromium.org
Hello,

Since we are limited in how many apps we can have in our dashboard, I think it would be good if we were able to delete older apps we no longer wish to publish. I know we can unpublish them, but then they still take up space that can be used for a working app.

If there is a way to delete an older/unwanted app, then please reply with a link to instructions.

Dave

ram kumar

unread,
Feb 9, 2013, 10:24:03 AM2/9/13
to chromi...@chromium.org

Dave

unread,
Feb 9, 2013, 10:49:58 AM2/9/13
to chromi...@chromium.org
Thanks for the link...

Abraham Williams

unread,
Feb 9, 2013, 2:14:02 PM2/9/13
to Dave, Chromium Apps
As I understand it only published apps count towards your limit.


Abraham
--
This email is: [ ] shareable [x] ask first [ ] private


Thanks for the link...
--
You received this message because you are subscribed to the Google Groups "Chromium Apps" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-app...@chromium.org.
To post to this group, send email to chromi...@chromium.org.
Visit this group at http://groups.google.com/a/chromium.org/group/chromium-apps/?hl=en.
For more options, visit https://groups.google.com/a/chromium.org/groups/opt_out.
 
 

Igor Moiseev

unread,
Feb 9, 2013, 7:04:06 PM2/9/13
to chromi...@chromium.org
Hi, there is a hack that works like a charm: https://groups.google.com/a/chromium.org/d/msg/chromium-apps/Orx2vQD-PSk/rUxgyk2C1c0J
Hope it still works ;)

Dave

unread,
Feb 9, 2013, 7:18:02 PM2/9/13
to chromi...@chromium.org
Great link. Thanks for posting.

ram kumar

unread,
Feb 9, 2013, 9:41:27 PM2/9/13
to chromi...@chromium.org
Thanks Igor that works very well

Joe Marini

unread,
Feb 11, 2013, 3:21:15 PM2/11/13
to ram kumar, Chromium Apps
Just understand that when you do this there's no way to get the item ID back again, ever.



--
You received this message because you are subscribed to the Google Groups "Chromium Apps" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-app...@chromium.org.
To post to this group, send email to chromi...@chromium.org.
Visit this group at http://groups.google.com/a/chromium.org/group/chromium-apps/?hl=en.
For more options, visit https://groups.google.com/a/chromium.org/groups/opt_out.
 
 



--
Joe Marini
Developer Advocate / Chrome

Igor Moiseev

unread,
Feb 11, 2013, 5:28:39 PM2/11/13
to chromi...@chromium.org, ram kumar
Sorry Joe for previous trolling, but this is the desired behavior. Yes, we need the permanent cancellation, this gives us a full control upon our creatures. 
Thank you.

ram kumar

unread,
Feb 12, 2013, 12:51:30 AM2/12/13
to chromi...@chromium.org, ram kumar
Yes joe. we make sure before deleting.
we dont need the same ID.

Joe Marini

unread,
Feb 12, 2013, 1:21:39 AM2/12/13
to ram kumar, Chromium Apps
We've run into problems in the past when developers have deleted their apps but then tried to use the same IDs again. 

Perhaps we can find a way to better communicate the effects of deleting apps to developers - can one of you search to see if there's an existing bug for this on crbug.com and file one if there isn't?



--
You received this message because you are subscribed to the Google Groups "Chromium Apps" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-app...@chromium.org.
To post to this group, send email to chromi...@chromium.org.
Visit this group at http://groups.google.com/a/chromium.org/group/chromium-apps/?hl=en.
For more options, visit https://groups.google.com/a/chromium.org/groups/opt_out.
 
 

Matt DeBoard

unread,
Oct 2, 2013, 2:58:23 PM10/2/13
to chromi...@chromium.org, ram kumar
Ping, this is still an issue and an incredibly annoying one at that. I don't want every single failed attempt at working on a hosted app, packaged app, extension to be cluttering up my dashboard. I also resent the cognitive overhead involved in having to invent totally unique names for them so I can differentiate in the clutter.

Joe Marini

unread,
Oct 2, 2013, 3:13:32 PM10/2/13
to Matt DeBoard, Chromium Apps, ram kumar
I'm meeting with the store eng team next week to go over feedback. I will deliver this to them.



Matt DeBoard

unread,
Oct 2, 2013, 3:26:26 PM10/2/13
to Joe Marini, Chromium Apps, ram kumar
Great. Please also deliver to them my most heartfelt desire for the following three things:

1. Modify or move all documentation for deprecated features or that incorrectly use the terms "extension" and "app" interchangeably (e.g. http://developer.chrome.com/extensions/apps.html) in such a way that it is extremely obvious that it is deprecated. Huge banner, different URL (``/deprecated-docs/extensions/apps.html/``), whatever

2. Hacking a URL to look at the "apps" version of a page from an "extensions" version is good except when it's not. For example:

  - http://developer.chrome.com/extensions/manifest.html and http://developer.chrome.com/apps/manifest.html both display the relevant, correct information for each of apps and extensions


This is unbelievably inconsistent and confusing

3. An "offline" manifest-checker. Maybe built into Chrome. Right now the platform (Chrome browser, which is also the dev environment) is much more relaxed about standards for manifest.json than the intake mechanism (the dev dashboard). This inconsistency combined with the severe documentation issues in #1 and #2 has lead me and my team to waste weeks' worth of development hours only to find out way too late that we've built our app/extension wrong.

I'm a dev, I love you guys, I have mad respect, but, sincerely, these three issues have made me hate developing for Chrome.

Joe Marini

unread,
Oct 2, 2013, 3:31:38 PM10/2/13
to Matt DeBoard, Chromium Apps, ram kumar
Loud and clear. Some of these we already know about - the doc issues are an unfortunate side effect of how they are implemented right now. We're working to fix those now.

Scott Fujan

unread,
Oct 2, 2013, 3:40:14 PM10/2/13
to Joe Marini, Matt DeBoard, Chromium Apps, ram kumar
1) Updating the documentation when things change would make sense as well. For example, http://developer.chrome.com/extensions/whats_new.html is stuck.

2) Clarity on when changes will move into stable/beta

3) There is no mention at http://developer.chrome.com/extensions/npapi.html that NPAPI has been deprecated.
Reply all
Reply to author
Forward
0 new messages