Go Go Quincy

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

Vad är Go Go Quincy?

Go Go Quincy är en Chrome-tillägg utvecklad av Quincy, och dess huvudfunktion är "Fast and Easy Tech Help for Seniors (55+).".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Go Go Quincy-förlängningens CRX-fil

Ladda ner Go Go Quincy-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Go Go Quincy Go Go Quincy
ID jkjigoaapnlhfjfenbnbnljbnlkjmgfk
Officiell webbadress https://chromewebstore.google.com/detail/go-go-quincy/jkjigoaapnlhfjfenbnbnljbnlkjmgfk
Beskrivning Fast and Easy Tech Help for Seniors (55+).
Filstorlek 633 KB
Antal Installationer 344
Aktuell Version 0.1.14
Senast Uppdaterad 2023-11-22
Publiceringsdatum 2023-04-10
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare Quincy
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.gogoquincy.com/
URL till Sekretesspolicy Sidan https://www.gogoquincy.com/privacy-policy
Stödda Språk 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"
        }
    }
}