Bearer Token Retriever
Retrieves your bearer token from a given page
Bearer Token Retriever क्या है?
Bearer Token Retriever paul.mustiere द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Retrieves your bearer token from a given page"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Bearer Token Retriever एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Retrieves your bearer token from a given page
एक्सटेंशन की मूल जानकारी
नाम | 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" } } |