Gogo Quincy
Fast and Easy Tech Help for Seniors (55+).
Was ist Gogo Quincy?
Gogo Quincy ist eine Chrome-Erweiterung, die von Quincy entwickelt wurde, und ihr Hauptmerkmal ist "Fast and Easy Tech Help for Seniors (55+).".
Erweiterungsscreenshots
Gogo Quincy-Erweiterungs-CRX-Datei herunterladen
Laden Sie Gogo Quincy-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Gogo Quincy |
ID | pmihlnpfgllehhafpbgneninoobolocj |
Offizielle URL | https://chromewebstore.google.com/detail/gogo-quincy/pmihlnpfgllehhafpbgneninoobolocj |
Beschreibung | Fast and Easy Tech Help for Seniors (55+). |
Dateigröße | 538 KB |
Installationsanzahl | 44 |
Aktuelle Version | 0.1.3 |
Letztes Update | 2023-01-12 |
Veröffentlichungsdatum | 2022-12-25 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | Quincy |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://www.gogoquincy.com/ |
URL der Datenschutzrichtlinien-Seite | https://www.gogoquincy.com/privacy-policy |
Unterstützte Sprachen | 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" } } } |