Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要找到一种使用 Chrome 应用程序唯一标识每个设备(ChromeBook / ChromeBox)的方法,我查看了 Chrome 应用程序文档以及使用胡椒 api创建本机插件的文档。
但是我看不到识别设备的能力,只是一个用户(这对我的使用来说还不够)。
这可以做到吗?我怎样才能做到这一点?
你试过在你的 JavaScript 中使用navigator.userAgent吗?因为不同的设备/操作系统倾向于在 UserAgent 字符串中使用一些专用关键字来在 Internet 上标识自己。