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 15, 2025.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Oozie Workflow Action Name Revealer", "action": [], "manifest_version": 3, "version": "1.0", "description": "Will show the workflow name of the actions, when editing a Oozie Workflow in Hue", "permissions": [ "activeTab", "scripting" ], "icons": { "16": "images\/icon_16.png", "32": "images\/icon_32.png", "48": "images\/icon_48.png", "128": "images\/icon_128.png" }, "background": { "service_worker": "background.js" } }