Gogo Quincy

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

什么是Gogo Quincy?

Gogo Quincy是由Quincy开发的Chrome扩展程序,该扩展的主要功能是“Fast and Easy Tech Help for Seniors (55+).”。

扩展截图

screenshot
screenshot

下载Gogo Quincy扩展crx文件

下载Gogo Quincy扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Gogo Quincy Gogo Quincy
ID pmihlnpfgllehhafpbgneninoobolocj
官方URL https://chromewebstore.google.com/detail/gogo-quincy/pmihlnpfgllehhafpbgneninoobolocj
简介 Fast and Easy Tech Help for Seniors (55+).
文件大小 538 KB
安装次数 44
当前版本 0.1.3
更新时间 2023-01-12
上架时间 2022-12-25
评分 5.00/5 共2次评分
开发者 Quincy
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.gogoquincy.com/
隐私政策页面URL https://www.gogoquincy.com/privacy-policy
支持的语言 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"
        }
    }
}