GoSearch
The official GoSearch.ai extension for resource searching
Qu'est-ce que GoSearch ?
GoSearch est une extension Chrome développée par GoLinks, et sa fonction principale est "The official GoSearch.ai extension for resource searching".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension GoSearch
Téléchargez les fichiers d'extension GoSearch au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | GoSearch |
ID | meajdheoainofgpcckdeijpnfjfipdni |
URL Officiel | https://chromewebstore.google.com/detail/gosearch/meajdheoainofgpcckdeijpnfjfipdni |
Description | The official GoSearch.ai extension for resource searching |
Taille du Fichier | 2.19 MB |
Nombre d'Installations | 81 |
Version Actuelle | 1.1.9 |
Dernière Mise à Jour | 2024-02-28 |
Date de Publication | 2023-04-10 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | GoLinks |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.gosearch.ai/ |
URL de la Page de Politique de Confidentialité | https://www.golinks.io/privacy.php |
Langues Prises en Charge | 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": [ " |