3GPP Sidekick
Find & download 3GPP specs, TDocs & contribution templates with minimum efforts. Just put in the number & sidekick will find it.
¿Qué es 3GPP Sidekick?
3GPP Sidekick es una extensión de Chrome desarrollada por Nishant Gupta, y su función principal es "Find & download 3GPP specs, TDocs & contribution templates with minimum efforts. Just put in the number & sidekick will find it.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión 3GPP Sidekick
Descarga archivos de extensión 3GPP Sidekick en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | 3GPP Sidekick |
ID | dolojipcdglfnaoooegbhajlemldjbhe |
URL Oficial | https://chromewebstore.google.com/detail/3gpp-sidekick/dolojipcdglfnaoooegbhajlemldjbhe |
Descripción | Find & download 3GPP specs, TDocs & contribution templates with minimum efforts. Just put in the number & sidekick will find it. |
Tamaño del Archivo | 39.82 KB |
Cantidad de Instalaciones | 68 |
Versión Actual | 1.0.1 |
Última Actualización | 2020-07-20 |
Fecha de Publicación | 2020-07-06 |
Calificación | 5.00/5 Total de 4 Calificaciones |
Desarrollador | Nishant Gupta |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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" } } } } |