Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SEN Content Review Wizard", "description": "Review, leave feedback and instantly make decision on the SAP Enable Now content sent for approval.", "version": "1.1.0", "author": "[email protected]", "manifest_version": 3, "options_page": "\/2_options\/options.html", "background": { "service_worker": "background.js" }, "permissions": [ "storage", "activeTab", "tabs" ], "action": { "default_popup": "\/1_popup\/popup.html", "default_title": "SEN Workflow Approver is ready", "default_icon": { "16": "\/images\/get_started16_inactive.png", "32": "\/images\/get_started32.png", "48": "\/images\/get_started48.png", "128": "\/images\/get_started128.png" } }, "icons": { "16": "\/images\/get_started16.png", "32": "\/images\/get_started32.png", "48": "\/images\/get_started48.png", "128": "\/images\/get_started128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.enable-now.cloud.sap\/*\/*\/index.html*" ], "run_at": "document_idle", "js": [ "feedback\/observer.js" ] } ] }