Group Develop Page Additions

The group develop page is missing the shirt & pants tab, without them we can’t see how many sales we have. :slight_smile:

7 Likes

Agreed, also I dislike that items don’t like how many sales they have, I had to make a Google Chrome plugin just to tell me how many sales items that I didn’t make have

3 Likes

Care to release this plugin?

3 Likes

I want to, I just need some money to pay the fee Google charges to upload plugins :stuck_out_tongue:
the fee isn’t much but I’m kinda broke

Personally I just made this a bookmark to use when I wanna see the sales/other info on items:

javascript:(function(){location.href='https://api.roblox.com/marketplace/productinfo?assetId='+location.href.match(/(?:catalog|library|games)\/(\d+)/i)[1]})()

(thats the url of the bookmark)

Then you simply click the bookmark while on any item’s page and it’ll show you a bunch of JSON which has all the info you need:

Although this is hacky it’s proven to be useful to me ever since the catalog update.

The removing of sales has driven me crazy, more information for the user is almost always better.

Yea, I use the same thing to find out how many sales my paid access game has.

2 Likes