Gogo Quincy

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

Gogo Quincy क्या है?

Gogo Quincy Quincy द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Fast and Easy Tech Help for Seniors (55+)."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Gogo Quincy एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
        }
    }
}