This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==UserScript== | |
| // @name IHM Shortage Review | |
| // @namespace https://grocerycentral.amazon.dev/ | |
| // @version 3.1.0 | |
| // @description Adds a Shortage Review button to the IHM transship page, and auto-fills filters on the Inventory Audit Dashboard when opened from that button | |
| // @match https://grocerycentral.amazon.dev/ihm-transship-dashboards/inbound-manifest-view-v2/* | |
| // @match https://grocerycentral.amazon.dev/ihm-inventory-audit-dashboard/inventory-audit-main-page | |
| // @match https://grocerycentral.amazon.dev/ihm-inventory-audit-dashboard/inventory-audit-main-page* | |
| // @grant GM_addStyle | |
| // @grant GM_openInTab |