Two Minute Reports
Get your data to Google Sheets and automate your reporting
什麼是Two Minute Reports?
Two Minute Reports是由https://gox.ai開發的Chrome擴展程式,該擴展的主要功能是“Get your data to Google Sheets and automate your reporting”。
擴展截圖
下載Two Minute Reports擴展crx文件
下載Two Minute Reports擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 擴展基本資訊
| 名稱 | |
| ID | nchpadkohdppmldapfbppkmahabfbcjj |
| 官方網址 | https://chromewebstore.google.com/detail/two-minute-reports/nchpadkohdppmldapfbppkmahabfbcjj |
| 簡介 | Get your data to Google Sheets and automate your reporting |
| 檔案大小 | 39.43 KB |
| 安裝次數 | 302 |
| 目前版本 | 1.5 |
| 更新時間 | 2020-10-14 |
| 上架時間 | 2020-10-13 |
| 開發者 | https://gox.ai |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://www.gox.ai/two-minute-reports/ |
| 說明頁面URL | https://www.gox.ai/two-minute-reports/ |
| 支援的語言 | 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"
}
} | |