SearchUnify
Type 'SU' plus a search term into the Searchunify to open search in new tab.
Τι είναι το SearchUnify;
Το SearchUnify είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Searchunify, και η κύρια λειτουργία του είναι "Type 'SU' plus a search term into the Searchunify to open search in new tab.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης SearchUnify
Λήψη αρχείων επέκτασης SearchUnify σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
SearchUnify is a cognitive search engine that enhances self-service and support with revolutionized information discovery, robust insights and AI-powered apps. The SearchUnify extension for Chrome provides a new interface to interact with enterprise data. Install it to find answers fast — without first having to go to your site, online community or customer portal to search. Retrieve information from your content sources right through your address bar. Youngest Contender in The Forrester Wave™: Cognitive Search, Q2 2019. FEATURES FAST. Click anywhere in an empty address bar and start searching. PRODUCTIVE. View results in a new tab. Your work in the current tab is not interrupted. SECURE. Retain access control settings. An external user will be asked to log in. CONVENIENT. Keep your default search settings intact. SearchUnify doesn’t replace your default search engine. HOW TO SET UP Install. Click on the extension icon. A small pop-up window will appear near the icon. The window has a field titled “Please Enter the Query URL”. Enter the base search URL in the field. Identify Base URL: The portion of the search URL between https:// and ?searchString= (including both) is the base URL. For example: https://www.searchunify.com/?s=Search%20Result#!/search?searchString= USE Click anywhere in an empty address bar. (Press Ctrl+A and Backspace if the address bar is not empty.) Type su (in lowercase letters) and press space. Enter your search query and press Enter.
Βασικές Πληροφορίες Επέκτασης
Όνομα | SearchUnify |
ID | gfkdjfnhimpmjdieldgcaflpjhkboibj |
Επίσημο URL | https://chromewebstore.google.com/detail/searchunify/gfkdjfnhimpmjdieldgcaflpjhkboibj |
Περιγραφή | Type 'SU' plus a search term into the Searchunify to open search in new tab. |
Μέγεθος Αρχείου | 37.71 KB |
Αριθμός Εγκαταστάσεων | 46 |
Τρέχουσα Έκδοση | 0.5 |
Τελευταία Ενημέρωση | 2019-09-25 |
Ημερομηνία Δημοσίευσης | 2019-09-25 |
Αξιολόγηση | 5.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | Searchunify |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://www.searchunify.com/ |
Διεύθυνση URL της Σελίδας Βοήθειας | https://docs.searchunify.com/ |
URL της Σελίδας Πολιτικής Απορρήτου | https://www.searchunify.com/privacy-policy |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SearchUnify", "description": "Type 'SU' plus a search term into the Searchunify to open search in new tab.", "version": "0.5", "permissions": [ "storage" ], "omnibox": { "keyword": "SU" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_popup": "popup.html", "default_title": "Search Here", "default_icon": { "16": "images\/16favicon.png", "32": "images\/32favicon.png", "48": "images\/48favicon.png", "128": "images\/128favicon.png" } }, "icons": { "16": "images\/16favicon.png", "32": "images\/32favicon.png", "48": "images\/48favicon.png", "128": "images\/128favicon.png" }, "manifest_version": 2 } |