Bearer Token Retriever
Retrieves your bearer token from a given page
Co to jest Bearer Token Retriever?
Bearer Token Retriever to rozszerzenie Chrome opracowane przez paul.mustiere, a jego główną funkcją jest „Retrieves your bearer token from a given page”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Bearer Token Retriever
Pobierz pliki rozszerzeń Bearer Token Retriever w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Retrieves your bearer token from a given page Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | icnnppndeakbiihlndnimgfghmipnnlf |
| Oficjalny URL | https://chromewebstore.google.com/detail/bearer-token-retriever/icnnppndeakbiihlndnimgfghmipnnlf |
| Opis | Retrieves your bearer token from a given page |
| Rozmiar pliku | 32.32 KB |
| Liczba instalacji | 115 |
| Aktualna Wersja | 0.0.1 |
| Ostatnia Aktualizacja | 2020-07-28 |
| Data Publikacji | 2020-07-28 |
| Deweloper | paul.mustiere |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | 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"
}
} | |