Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "AEP Batch Failure Inspector", "version": "1.2.0", "description": "One-click inspector for AEP batch failures. Turns Batch IDs into links to instantly fetch and display detailed error reports.", "permissions": [ "storage" ], "host_permissions": [ "https:\/\/platform.adobe.io\/*", "https:\/\/ims-na1.adobelogin.com\/*" ], "background": { "service_worker": "background.js" }, "action": { "default_popup": "popup.html", "default_icon": { "16": "images\/img1.png", "48": "images\/img1.png", "128": "images\/img1.png" } }, "icons": { "16": "images\/img1.png", "48": "images\/img1.png", "128": "images\/img1.png" }, "content_scripts": [ { "matches": [ "https:\/\/experience.adobe.com\/*" ], "js": [ "content.js" ], "all_frames": true } ] }