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 擴展基本資訊
| 名稱 | |
| ID | icnnppndeakbiihlndnimgfghmipnnlf |
| 官方網址 | 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"
}
} | |