Bearer Token Retriever

Retrieves your bearer token from a given page

Vad är Bearer Token Retriever?

Bearer Token Retriever är en Chrome-tillägg utvecklad av paul.mustiere, och dess huvudfunktion är "Retrieves your bearer token from a given page".

Tilläggsskärmbilder

screenshot

Ladda ner Bearer Token Retriever-förlängningens CRX-fil

Ladda ner Bearer Token Retriever-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Retrieves your bearer token from a given page                    

Grundläggande Information om Tillägg

Namn Bearer Token Retriever Bearer Token Retriever
ID icnnppndeakbiihlndnimgfghmipnnlf
Officiell webbadress https://chromewebstore.google.com/detail/bearer-token-retriever/icnnppndeakbiihlndnimgfghmipnnlf
Beskrivning Retrieves your bearer token from a given page
Filstorlek 32.32 KB
Antal Installationer 115
Aktuell Version 0.0.1
Senast Uppdaterad 2020-07-28
Publiceringsdatum 2020-07-28
Utvecklare paul.mustiere
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}