Bearer Token Retriever

Retrieves your bearer token from a given page

What is Bearer Token Retriever?

Bearer Token Retriever is a Chrome extension developed by paul.mustiere, and its main feature is "Retrieves your bearer token from a given page".

Extension Screenshots

screenshot

Download Bearer Token Retriever Extension CRX File

Download Bearer Token Retriever extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Retrieves your bearer token from a given page                    

Extension Basic Information

Name Bearer Token Retriever Bearer Token Retriever
ID icnnppndeakbiihlndnimgfghmipnnlf
Official URL https://chromewebstore.google.com/detail/bearer-token-retriever/icnnppndeakbiihlndnimgfghmipnnlf
Description Retrieves your bearer token from a given page
File Size 32.32 KB
Installation Count 115
Current Version 0.0.1
Last Updated 2020-07-28
Publish Date 2020-07-28
Developer paul.mustiere
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}