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 |
| 公式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 |
| Eメール | [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"
}
} | |