Gogo Quincy
Fast and Easy Tech Help for Seniors (55+).
Cos'è Gogo Quincy?
Gogo Quincy è un'estensione di Chrome sviluppata da Quincy, e la sua funzione principale è "Fast and Easy Tech Help for Seniors (55+).".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Gogo Quincy
Scarica i file di estensione Gogo Quincy in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Gogo Quincy |
ID | pmihlnpfgllehhafpbgneninoobolocj |
URL Ufficiale | https://chromewebstore.google.com/detail/gogo-quincy/pmihlnpfgllehhafpbgneninoobolocj |
Descrizione | Fast and Easy Tech Help for Seniors (55+). |
Dimensione del File | 538 KB |
Conteggio Installazioni | 44 |
Versione Corrente | 0.1.3 |
Ultimo Aggiornamento | 2023-01-12 |
Data di Pubblicazione | 2022-12-25 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | Quincy |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.gogoquincy.com/ |
URL della Pagina della Politica sulla Privacy | https://www.gogoquincy.com/privacy-policy |
Lingue Supportate | 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" } } } |