Persist data across single app kiosk mode executions
问题 When developing normal Chrome Apps, I use the Chrome storage API to persist key-value pairs across sessions. This works great, and I want to do the same for a Single App Kiosk Mode app to be deployed on managed Chrome devices. However, it seems that chrome.storage.local does not persist across executions of the app. I wrote a test app illustrating this issue. Code here. 回答1: note: this answer applies only to users of the Chrome Management Console It turns out the issue had everything to do