Gogo Quincy
Fast and Easy Tech Help for Seniors (55+).
Gogo Quincy란 무엇입니까?
Gogo Quincy은(는) Quincy에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Fast and Easy Tech Help for Seniors (55+)."입니다.
확장 프로그램 스크린샷
Gogo Quincy 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
An easy way for seniors (adults 55+) to receive website and tech help with a click of a button. The extension presents a field for the user to enter in the phone number where they would like our team of technicians to call them. (Typically an account will have already been created, but sometimes the senior may need help for the phone containing the number they registered, so we can't prepopulate the phone number.) Clicking submit notifies a team of senior-friendly technicians from GoGoQuincy.com to assist the user.
확장 프로그램 기본 정보
이름 | Gogo Quincy |
ID | pmihlnpfgllehhafpbgneninoobolocj |
공식 URL | https://chromewebstore.google.com/detail/gogo-quincy/pmihlnpfgllehhafpbgneninoobolocj |
설명 | Fast and Easy Tech Help for Seniors (55+). |
파일 크기 | 538 KB |
설치 횟수 | 44 |
현재 버전 | 0.1.3 |
최근 업데이트 | 2023-01-12 |
출시 날짜 | 2022-12-25 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | Quincy |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.gogoquincy.com/ |
개인정보 보호 정책 페이지 URL | https://www.gogoquincy.com/privacy-policy |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "short_name": "quincy", "name": "Gogo Quincy", "version": "0.1.3", "description": "Fast and Easy Tech Help for Seniors (55+).", "manifest_version": 3, "background": { "service_worker": "background.js" }, "permissions": [ "webNavigation", "storage", "tabs" ], "icons": { "16": "favicon16.png", "32": "favicon32.png", "128": "favicon128.png" }, "action": { "default_title": "Gogo Quincy", "default_popup": "index.html", "default_icon": { "16": "favicon16.png", "32": "favicon32.png", "128": "favicon128.png" } } } |