Data is synced from the Chrome Web Store. View the official store page for the most current information.
This extension is no longer available on the Chrome Web Store. We noticed it was gone on Jul 19, 2025.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Slack Robot Manager", "short_name": "Slack Robot Manager", "description": "Manage Robots in Slack", "version": "0.3", "author": "Chris_Laffra - [email protected]", "content_scripts": [ { "matches": [ "https:\/\/app.slack.com\/*" ], "js": [ "jquery.js", "robots.js", "contentscript.js" ], "all_frames": true } ], "page_action": { "default_icon": { "38": "logo.png" }, "default_title": "Manage Robots in Slack" }, "manifest_version": 2 }