3GPP Sidekick

Find & download 3GPP specs, TDocs & contribution templates with minimum efforts. Just put in the number & sidekick will find it.

Τι είναι το 3GPP Sidekick;

Το 3GPP Sidekick είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Nishant Gupta, και η κύρια λειτουργία του είναι "Find & download 3GPP specs, TDocs & contribution templates with minimum efforts. Just put in the number & sidekick will find it.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης 3GPP Sidekick

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

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

                        For all 3GPP standards enthusiasts, an extension that helps you find and download standard specifications, TDocs and meeting contribution templates with minimum efforts. Just put in the specifications number or TDoc number & it will fetch it for you. For meeting contribution templates, simply select the group and the meeting, and it will open the FTP folder with the templates.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα 3GPP Sidekick 3GPP Sidekick
ID dolojipcdglfnaoooegbhajlemldjbhe
Επίσημο URL https://chromewebstore.google.com/detail/3gpp-sidekick/dolojipcdglfnaoooegbhajlemldjbhe
Περιγραφή Find & download 3GPP specs, TDocs & contribution templates with minimum efforts. Just put in the number & sidekick will find it.
Μέγεθος Αρχείου 39.82 KB
Αριθμός Εγκαταστάσεων 68
Τρέχουσα Έκδοση 1.0.1
Τελευταία Ενημέρωση 2020-07-20
Ημερομηνία Δημοσίευσης 2020-07-06
Αξιολόγηση 5.00/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής Nishant Gupta
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "3GPP Sidekick",
    "description": "Find & download 3GPP specs, TDocs & contribution templates with minimum efforts. Just put in the number & sidekick will find it.",
    "version": "1.0.1",
    "author": "Nishant Gupta",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "browser_action": {
        "default_icon": "icon-128.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "downloads",
        "https:\/\/*.3gpp.org\/",
        "storage"
    ],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+3"
            }
        }
    }
}