D365: Dynamics 365 & Power Platform updates
Stay updated with Microsoft Dynamics 365 and Power Platform
¿Qué es D365: Dynamics 365 & Power Platform updates?
D365: Dynamics 365 & Power Platform updates es una extensión de Chrome desarrollada por https://d365hub.com, y su función principal es "Stay updated with Microsoft Dynamics 365 and Power Platform".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión D365: Dynamics 365 & Power Platform updates
Descarga archivos de extensión D365: Dynamics 365 & Power Platform updates 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
D365 extension keeps you updated with the latest of - Microsoft Dynamics 365 - Power Platform - Microsoft 365 & - Azure D365Hub aggregates related content from hundreds of Blogs, YouTube channels and Podcasts to keep you updated with the latest happenings. D365Hub doesn't fetch the complete story from the blogs, it just presents you with the image, title and a link back to the original post. If you find any helpful blog missing from D365Hub then please submit it at https://d365hub.com D365Hub extension UI has been designed to provide you with intuitive navigation and a clutter-free experience Hope you will like it! Regards, D365Hub
Información Básica de la Extensión
Nombre | D365: Dynamics 365 & Power Platform updates |
ID | fogmingjemmagobaogmanbfeljbboehd |
URL Oficial | https://chromewebstore.google.com/detail/d365-dynamics-365-power-p/fogmingjemmagobaogmanbfeljbboehd |
Descripción | Stay updated with Microsoft Dynamics 365 and Power Platform |
Tamaño del Archivo | 992 KB |
Cantidad de Instalaciones | 772 |
Versión Actual | 1.5 |
Última Actualización | 2022-09-10 |
Fecha de Publicación | 2022-08-19 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | https://d365hub.com |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://d365hub.com |
URL de la Página de Política de Privacidad | https://d365hub.com/privacy |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "D365: Dynamics 365 & Power Platform updates", "description": "Stay updated with Microsoft Dynamics 365 and Power Platform", "version": "1.5", "manifest_version": 3, "author": "@d365hub", "homepage_url": "https:\/\/d365hub.com", "permissions": [ "storage" ], "action": { "default_popup": "index.html", "default_icon": { "16": "\/images\/d_16.png", "32": "\/images\/d_32.png", "48": "\/images\/d_48.png", "128": "\/images\/d_128.png" } }, "icons": { "16": "\/images\/d_16.png", "32": "\/images\/d_32.png", "48": "\/images\/d_48.png", "128": "\/images\/d_128.png" } } |