Bearer Token Retriever
Retrieves your bearer token from a given page
什么是Bearer Token Retriever?
Bearer Token Retriever是由paul.mustiere开发的Chrome扩展程序,该扩展的主要功能是“Retrieves your bearer token from a given page”。
扩展截图
下载Bearer Token Retriever扩展crx文件
下载Bearer Token Retriever扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Retrieves your bearer token from a given page
扩展基本信息
名称 | Bearer Token Retriever |
ID | icnnppndeakbiihlndnimgfghmipnnlf |
官方URL | https://chromewebstore.google.com/detail/bearer-token-retriever/icnnppndeakbiihlndnimgfghmipnnlf |
简介 | Retrieves your bearer token from a given page |
文件大小 | 32.32 KB |
安装次数 | 115 |
当前版本 | 0.0.1 |
更新时间 | 2020-07-28 |
上架时间 | 2020-07-28 |
开发者 | paul.mustiere |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Bearer Token Retriever", "version": "0.0.1", "description": "Retrieves your bearer token from a given page", "manifest_version": 2, "permissions": [ "clipboardWrite", "contextMenus", "cookies", "tabs", "https:\/\/*.palantirfoundry.com\/", "https:\/\/*.palantirfoundry.co.uk\/", "https:\/\/*.palantirfoundry.fr\/", "https:\/\/*.palantircloud.com\/" ], "background": { "scripts": [ "main.js" ] }, "page_action": { "default_icon": { "16": "images\/key_16.png", "32": "images\/key_32.png", "48": "images\/key_48.png", "128": "images\/key_128.png" } }, "icons": { "16": "images\/key_16.png", "32": "images\/key_32.png", "48": "images\/key_48.png", "128": "images\/key_128.png" } } |