Go Go Quincy

Fast and Easy Tech Help for Seniors (55+).

Go Go Quincy란 무엇입니까?

Go Go Quincy은(는) Quincy에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Fast and Easy Tech Help for Seniors (55+)."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Go Go Quincy 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Quincy provides a one-click solution for older adults to receive website and tech assistance 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 older adult may need help for the phone containing the number they registered, so we can't pre-populate the phone number.)
Clicking submit notifies a team of senior-friendly technicians from GoGoQuincy.com to assist the user.                    

확장 프로그램 기본 정보

이름 Go Go Quincy Go Go Quincy
ID jkjigoaapnlhfjfenbnbnljbnlkjmgfk
공식 URL https://chromewebstore.google.com/detail/go-go-quincy/jkjigoaapnlhfjfenbnbnljbnlkjmgfk
설명 Fast and Easy Tech Help for Seniors (55+).
파일 크기 633 KB
설치 횟수 344
현재 버전 0.1.14
최근 업데이트 2023-11-22
출시 날짜 2023-04-10
평점 5.00/5 총 1 개의 평점
개발자 Quincy
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.gogoquincy.com/
개인정보 보호 정책 페이지 URL https://www.gogoquincy.com/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "quincy",
    "name": "Go Go Quincy",
    "version": "0.1.14",
    "description": "Fast and Easy Tech Help for Seniors (55+).",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "c.js"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.google.com\/*"
        ]
    },
    "permissions": [
        "webNavigation",
        "storage",
        "tabs",
        "scripting",
        "activeTab",
        "notifications",
        "history"
    ],
    "icons": {
        "16": "icons\/16.png",
        "20": "icons\/20.png",
        "29": "icons\/29.png",
        "32": "icons\/32.png",
        "40": "icons\/40.png",
        "48": "icons\/48.png",
        "50": "icons\/50.png",
        "55": "icons\/55.png",
        "57": "icons\/57.png",
        "58": "icons\/58.png",
        "60": "icons\/60.png",
        "64": "icons\/64.png",
        "66": "icons\/66.png",
        "72": "icons\/72.png",
        "76": "icons\/76.png",
        "80": "icons\/80.png",
        "87": "icons\/87.png",
        "88": "icons\/88.png",
        "92": "icons\/92.png",
        "100": "icons\/100.png",
        "102": "icons\/102.png",
        "114": "icons\/114.png",
        "120": "icons\/120.png",
        "128": "icons\/128.png",
        "144": "icons\/144.png",
        "152": "icons\/152.png",
        "167": "icons\/167.png",
        "172": "icons\/172.png",
        "180": "icons\/180.png",
        "196": "icons\/196.png",
        "216": "icons\/216.png",
        "256": "icons\/256.png",
        "512": "icons\/512.png",
        "1024": "icons\/1024.png"
    },
    "action": {
        "default_title": "Go Go Quincy",
        "default_popup": "index.html",
        "default_icon": {
            "16": "icons\/16.png",
            "20": "icons\/20.png",
            "29": "icons\/29.png",
            "32": "icons\/32.png",
            "40": "icons\/40.png",
            "48": "icons\/48.png",
            "50": "icons\/50.png",
            "55": "icons\/55.png",
            "57": "icons\/57.png",
            "58": "icons\/58.png",
            "60": "icons\/60.png",
            "64": "icons\/64.png",
            "66": "icons\/66.png",
            "72": "icons\/72.png",
            "76": "icons\/76.png",
            "80": "icons\/80.png",
            "87": "icons\/87.png",
            "88": "icons\/88.png",
            "92": "icons\/92.png",
            "100": "icons\/100.png",
            "102": "icons\/102.png",
            "114": "icons\/114.png",
            "120": "icons\/120.png",
            "128": "icons\/128.png",
            "144": "icons\/144.png",
            "152": "icons\/152.png",
            "167": "icons\/167.png",
            "172": "icons\/172.png",
            "180": "icons\/180.png",
            "196": "icons\/196.png",
            "216": "icons\/216.png",
            "256": "icons\/256.png",
            "512": "icons\/512.png",
            "1024": "icons\/1024.png"
        }
    }
}