Gen Search

This extension allows you to quickly search AppFoundry, Developer Forums, Jira, Product Ideas Lab, and Resource Center

Gen Search क्या है?

Gen Search will.apple.genesys द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension allows you to quickly search AppFoundry, Developer Forums, Jira, Product Ideas Lab, and Resource Center"।

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

screenshot

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

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

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

                        This extension enables users to search the various sites Genesys Customer Care uses on a daily basis from any browser window or tab.                    

एक्सटेंशन की मूल जानकारी

नाम Gen Search Gen Search
ID kjgkkcplhepmmflcgnmpfaocfnnlljbb
आधिकारिक URL https://chromewebstore.google.com/detail/gen-search/kjgkkcplhepmmflcgnmpfaocfnnlljbb
विवरण This extension allows you to quickly search AppFoundry, Developer Forums, Jira, Product Ideas Lab, and Resource Center
फ़ाइल का आकार 189 KB
स्थापना संख्या 140
वर्तमान संस्करण 1.5.0.0
अंतिम अपडेट 2024-01-09
प्रकाशन तिथि 2022-05-26
डेवलपर will.apple.genesys
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Gen Search",
    "description": "This extension allows you to quickly search AppFoundry, Developer Forums, Jira, Product Ideas Lab, and Resource Center",
    "version": "1.5.0.0",
    "minimum_chrome_version": "88.0.0.0",
    "background": {
        "service_worker": "service-worker.js"
    },
    "permissions": [
        "commands"
    ],
    "commands": {
        "run-GenSearch": {
            "suggested_key": "Ctrl+Shift+Q",
            "description": "Launch the Gen Search tool on the current page via Ctrl+Shift+Q.",
            "name": "Gen Search tool shortcut",
            "global": false
        }
    },
    "icons": {
        "16": "res\/icon16.png",
        "32": "res\/icon32.png",
        "48": "res\/icon48.png",
        "128": "res\/icon128.png"
    },
    "action": {
        "default_popup": "view\/popup.html"
    }
}