Two Minute Reports
Get your data to Google Sheets and automate your reporting
¿Qué es Two Minute Reports?
Two Minute Reports es una extensión de Chrome desarrollada por https://gox.ai, y su función principal es "Get your data to Google Sheets and automate your reporting".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Two Minute Reports
Descarga archivos de extensión Two Minute Reports 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
Try TwoMinuteReports - An easy-to-use Supermetrics alternative. - Easily create your marketing reports for Google Analytics, Facebook Ads inside Google Sheets - For SEO experts, you can easily connect Google Sheets with realtime PageSpeed insights that can fetch web vitals data for 1000+ URLS. - Also you can connect and backup your Google Search Console queries using Two Minute Reports - Product people can connect to MySQL, PostgreSQL, Firestore and fetch their product metrics automatically The best features is the ability to create beautiful reports use Google Sheets as a report designer. No need for sophisticated tools, use simple to use charts in Google Sheets to build your reports. Lastly , save & automate all your hard-work by scheduling email reports, that will send updated data to your recipients on time. Install the Addon here - https://gsuite.google.com/marketplace/app/two_minute_reports/6804555176
Información Básica de la Extensión
Nombre | Two Minute Reports |
ID | nchpadkohdppmldapfbppkmahabfbcjj |
URL Oficial | https://chromewebstore.google.com/detail/two-minute-reports/nchpadkohdppmldapfbppkmahabfbcjj |
Descripción | Get your data to Google Sheets and automate your reporting |
Tamaño del Archivo | 39.43 KB |
Cantidad de Instalaciones | 302 |
Versión Actual | 1.5 |
Última Actualización | 2020-10-14 |
Fecha de Publicación | 2020-10-13 |
Desarrollador | https://gox.ai |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://www.gox.ai/two-minute-reports/ |
URL de la Página de Ayuda | https://www.gox.ai/two-minute-reports/ |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Two Minute Reports", "version": "1.5", "manifest_version": 2, "description": "Get your data to Google Sheets and automate your reporting", "homepage_url": "https:\/\/www.gox.ai\/two-minute-reports\/", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "background": { "page": "src\/bg\/background.html", "persistent": true }, "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "browser action demo", "default_popup": "src\/browser_action\/browser_action.html" } } |