UUID Finder

This extension will automatically display the UUID at the top of the page.

UUID Finder क्या है?

UUID Finder Professor Premium द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension will automatically display the UUID at the top of the page."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में UUID Finder एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        This extension will automatically filter the page source code for Chegg URLs and display the UUID at the top of the page.
You could inspect Chegg URLs and hit CTRL+F to find the UUID. This extension simply automates that.

It does not show answer or anything that violates Chegg TOS.                    

एक्सटेंशन की मूल जानकारी

नाम UUID Finder UUID Finder
ID hdenpcfifhgoabfkmikpfbgoldfnddjk
आधिकारिक URL https://chromewebstore.google.com/detail/uuid-finder/hdenpcfifhgoabfkmikpfbgoldfnddjk
विवरण This extension will automatically display the UUID at the top of the page.
फ़ाइल का आकार 16.24 KB
स्थापना संख्या 1,072
वर्तमान संस्करण 0.0.3
अंतिम अपडेट 2021-10-27
प्रकाशन तिथि 2021-10-22
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर Professor Premium
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/gNabeen/UUID-Finder/
गोपनीयता नीति पृष्ठ URL https://www.chegg.com/privacypolicy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "UUID Finder",
    "version": "0.0.3",
    "manifest_version": 2,
    "description": "This extension will automatically display the UUID at the top of the page.",
    "homepage_url": "http:\/\/www.professorbot.me",
    "icons": {
        "16": "icons\/icon-19.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "default_locale": "en",
    "browser_action": {
        "default_icon": "icons\/icon-19.png",
        "default_title": "UUID Finder",
        "default_popup": "src\/browser_action\/browser_action.html"
    },
    "permissions": [
        "https:\/\/www.chegg.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.chegg.com\/*"
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ]
}