Go Go Quincy

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

什麼是Go Go Quincy?

Go Go Quincy是由Quincy開發的Chrome擴展程式,該擴展的主要功能是“Fast and Easy Tech Help for Seniors (55+).”。

擴展截圖

screenshot
screenshot
screenshot

下載Go Go Quincy擴展crx文件

下載Go Go Quincy擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Go Go Quincy Go Go Quincy
ID jkjigoaapnlhfjfenbnbnljbnlkjmgfk
官方網址 https://chromewebstore.google.com/detail/go-go-quincy/jkjigoaapnlhfjfenbnbnljbnlkjmgfk
簡介 Fast and Easy Tech Help for Seniors (55+).
檔案大小 633 KB
安裝次數 344
目前版本 0.1.14
更新時間 2023-11-22
上架時間 2023-04-10
評分 5.00/5 共 1 次評分
開發者 Quincy
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.gogoquincy.com/
隱私政策頁面URL https://www.gogoquincy.com/privacy-policy
支援的語言 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"
        }
    }
}