Google Looker Studio™ Helper - Porter
Install a web chat on Google Data Studio to get real-time support from the Porter Metrics team.
Google Looker Studio™ Helper - Porter란 무엇입니까?
Google Looker Studio™ Helper - Porter은(는) https://portermetrics.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Install a web chat on Google Data Studio to get real-time support from the Porter Metrics team."입니다.
확장 프로그램 스크린샷
Google Looker Studio™ Helper - Porter 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Start a conversation with Porter Metrics’ support team on a web chat without leaving Google Data Studio, so you can solve all your challenges when building reports.
- Get support in English and Spanish
- Documentation and help center articles suggestions on Google Data Studio included
- Chatbot included; get automatic assistance 24/7 for simple questions
After installing this Chrome extension:
- Start a conversation whenever you want
- Ideally, submit your email so our team can reach out back to you if not available
Observations:
- Availability is subject to response capacity of our support team
- We offer support from Mondays to Fridays, since 9am to 6pm EST. 확장 프로그램 기본 정보
| 이름 | |
| ID | kcgmdmiklefbbknlajdlngofclkianjp |
| 공식 URL | https://chromewebstore.google.com/detail/google-looker-studio-help/kcgmdmiklefbbknlajdlngofclkianjp |
| 설명 | Install a web chat on Google Data Studio to get real-time support from the Porter Metrics team. |
| 파일 크기 | 28.55 KB |
| 설치 횟수 | 706 |
| 현재 버전 | 0.2 |
| 최근 업데이트 | 2023-03-19 |
| 출시 날짜 | 2021-03-07 |
| 평점 | 5.00/5 총 1 개의 평점 |
| 개발자 | https://portermetrics.com |
| 이메일 | [email protected] |
| 결제 유형 | free |
| 확장 프로그램 웹 사이트 | https://portermetrics.com |
| 도움말 페이지 URL | https://help.portermetrics.com/ |
| 개인정보 보호 정책 페이지 URL | https://portermetrics.com/en/privacy-policy |
| 지원되는 언어 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Google Looker Studio\u2122 Helper - Porter",
"version": "0.2",
"description": "Install a web chat on Google Data Studio to get real-time support from the Porter Metrics team.",
"icons": {
"19": "icon19.png",
"38": "icon38.png",
"48": "icon48.png",
"128": "icon128.png"
},
"permissions": [],
"content_scripts": [
{
"matches": [
"https:\/\/lookerstudio.google.com\/*"
],
"js": [
"content.js"
],
"run_at": "document_end",
"all_frames": true
}
],
"manifest_version": 2
} | |