Go Go Quincy

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

Co to jest Go Go Quincy?

Go Go Quincy to rozszerzenie Chrome opracowane przez Quincy, a jego główną funkcją jest „Fast and Easy Tech Help for Seniors (55+).”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Go Go Quincy

Pobierz pliki rozszerzeń Go Go Quincy w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Go Go Quincy Go Go Quincy
ID jkjigoaapnlhfjfenbnbnljbnlkjmgfk
Oficjalny URL https://chromewebstore.google.com/detail/go-go-quincy/jkjigoaapnlhfjfenbnbnljbnlkjmgfk
Opis Fast and Easy Tech Help for Seniors (55+).
Rozmiar pliku 633 KB
Liczba instalacji 344
Aktualna Wersja 0.1.14
Ostatnia Aktualizacja 2023-11-22
Data Publikacji 2023-04-10
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper Quincy
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.gogoquincy.com/
Adres URL Strony Polityki Prywatności https://www.gogoquincy.com/privacy-policy
Obsługiwane Języki 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"
        }
    }
}