Gogo Quincy

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

Gogo Quincyคืออะไร?

Gogo Quincy เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Quincy และคุณลักษณะหลักของมันคือ "Fast and Easy Tech Help for Seniors (55+)."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Gogo Quincy

ดาวน์โหลดไฟล์ส่วนขยาย 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"
        }
    }
}