3GPP Sidekick

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

What is 3GPP Sidekick?

3GPP Sidekick is a Chrome extension developed by Nishant Gupta, and its main feature is "Find & download 3GPP specs, TDocs & contribution templates with minimum efforts. Just put in the number & sidekick will find it.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download 3GPP Sidekick Extension CRX File

Download 3GPP Sidekick extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name 3GPP Sidekick 3GPP Sidekick
ID dolojipcdglfnaoooegbhajlemldjbhe
Official URL https://chromewebstore.google.com/detail/3gpp-sidekick/dolojipcdglfnaoooegbhajlemldjbhe
Description Find & download 3GPP specs, TDocs & contribution templates with minimum efforts. Just put in the number & sidekick will find it.
File Size 39.82 KB
Installation Count 68
Current Version 1.0.1
Last Updated 2020-07-20
Publish Date 2020-07-06
Rating 5.00/5 Total 4 Ratings
Developer Nishant Gupta
Email [email protected]
Payment Type free
Supported Languages 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"
            }
        }
    }
}