UUID Finder

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

Τι είναι το UUID Finder;

Το UUID Finder είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Professor Premium, και η κύρια λειτουργία του είναι "This extension will automatically display the UUID at the top of the page.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης UUID Finder

Λήψη αρχείων επέκτασης UUID Finder σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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"
            ]
        }
    ]
}