Go Go Quincy

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

What is Go Go Quincy?

Go Go Quincy is a Chrome extension developed by Quincy, and its main feature is "Fast and Easy Tech Help for Seniors (55+).".

Extension Screenshots

screenshot
screenshot
screenshot

Download Go Go Quincy Extension CRX File

Download Go Go Quincy extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Go Go Quincy Go Go Quincy
ID jkjigoaapnlhfjfenbnbnljbnlkjmgfk
Official URL https://chromewebstore.google.com/detail/go-go-quincy/jkjigoaapnlhfjfenbnbnljbnlkjmgfk
Description Fast and Easy Tech Help for Seniors (55+).
File Size 633 KB
Installation Count 344
Current Version 0.1.14
Last Updated 2023-11-22
Publish Date 2023-04-10
Rating 5.00/5 Total 1 Ratings
Developer Quincy
Email [email protected]
Payment Type free
Extension Website https://www.gogoquincy.com/
Privacy Policy Page URL https://www.gogoquincy.com/privacy-policy
Supported Languages 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"
        }
    }
}