GoSearch

The official GoSearch.ai extension for resource searching

GoSearchとは何ですか?

GoSearchはGoLinksによって開発されたChromeの拡張機能で、その主な機能は「The official GoSearch.ai extension for resource searching」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

GoSearch拡張機能のCRXファイルをダウンロード

GoSearch拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        GoSearch allows teams to search their connected cloud resources on their teams GoSearch.ai account. Giving teams a single point of access to their teams resources like Notion, Confluence, Jira, and more.                    

拡張機能の基本情報

名前 GoSearch GoSearch
ID meajdheoainofgpcckdeijpnfjfipdni
公式URL https://chromewebstore.google.com/detail/gosearch/meajdheoainofgpcckdeijpnfjfipdni
説明 The official GoSearch.ai extension for resource searching
ファイルサイズ 2.19 MB
インストール数 81
現在のバージョン 1.1.9
最終更新日 2024-02-28
公開日 2023-04-10
評価 5.00/5 合計 2 レビュー
開発者 GoLinks
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.gosearch.ai/
プライバシーポリシーページのURL https://www.golinks.io/privacy.php
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "GoSearch",
    "description": "The official GoSearch.ai extension for resource searching",
    "homepage_url": "https:\/\/www.gosearch.ai",
    "version": "1.1.9",
    "icons": {
        "16": "icons\/icon_16.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "action": {
        "default_icon": "icons\/icon_48.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "commands": {
        "toggleGosearch": {
            "suggested_key": {
                "default": "Ctrl+Space",
                "mac": "Alt+Space"
            },
            "description": "Toggle GoSearch popup"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.gosearch.ai\/*"
            ],
            "js": [
                "identifier.js"
            ],
            "run_at": "document_start"
        }
    ],
    "chrome_url_overrides": {
        "newtab": "new_tab.html"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; connect-src https:\/\/*.gosearch.ai https:\/\/gosearch.ai https:\/\/*.golinks.io https:\/\/golinks.io; object-src 'self'; font-src 'self';"
    },
    "host_permissions": [
        "*:\/\/*.gosearch.ai\/*",
        "*:\/\/gosearch.ai\/*",
        "*:\/\/*.golinks.io\/*",
        "*:\/\/golinks.io\/*",
        "*:\/\/google.com\/*"
    ],
    "omnibox": {
        "keyword": "gs"
    },
    "permissions": [
        "cookies",
        "activeTab",
        "contextMenus",
        "scripting",
        "tabs",
        "storage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/icon_16.png",
                "popup.html",
                "new_tab.html",
                "images\/gosearch-extension-shortcut.svg"
            ],
            "matches": [
                ""
            ]
        }
    ]
}