Gen Search

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

Gen Search là gì?

Gen Search là một tiện ích mở rộng Chrome được phát triển bởi will.apple.genesys, và tính năng chính của nó là "This extension allows you to quickly search AppFoundry, Developer Forums, Jira, Product Ideas Lab, and Resource Center".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Gen Search

Tải xuống các tệp mở rộng Gen Search dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Gen Search Gen Search
ID kjgkkcplhepmmflcgnmpfaocfnnlljbb
URL Chính Thức https://chromewebstore.google.com/detail/gen-search/kjgkkcplhepmmflcgnmpfaocfnnlljbb
Mô tả This extension allows you to quickly search AppFoundry, Developer Forums, Jira, Product Ideas Lab, and Resource Center
Kích Thước Tệp 189 KB
Số Lần Cài Đặt 140
Phiên Bản Hiện Tại 1.5.0.0
Cập Nhật Lần Cuối 2024-01-09
Ngày Phát Hành 2022-05-26
Nhà Phát Triển will.apple.genesys
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}