Bearer Token Retriever

Retrieves your bearer token from a given page

Bearer Token Retrieverคืออะไร?

Bearer Token Retriever เป็นส่วนขยายของ Chrome ที่พัฒนาโดย paul.mustiere และคุณลักษณะหลักของมันคือ "Retrieves your bearer token from a given page"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Bearer Token Retriever

ดาวน์โหลดไฟล์ส่วนขยาย Bearer Token Retriever ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Retrieves your bearer token from a given page                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Bearer Token Retriever Bearer Token Retriever
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
อีเมล [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"
    }
}