Xoba
Search and organize information from all your applications intelligently from one place.
Τι είναι το Xoba;
Το Xoba είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://xobalabs.com, και η κύρια λειτουργία του είναι "Search and organize information from all your applications intelligently from one place.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Xoba
Λήψη αρχείων επέκτασης Xoba σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Xoba makes it easier than ever to organize, find, and share information across your applications including Google Drive, Slack, Confluence, Microsoft365, and more. With the Xoba Chrome Extension, just press alt + X anytime you are in Chrome to quickly search across your applications and save results to your Xoba Space. The Xoba Chrome Extension also gives you the option to make Xoba your default new tab in Chrome so you can quickly access and search for information that you need, right at your fingertips. Download the Xoba Chrome Extension today to take your productivity to the next level! For more information, check out https://www.xobalabs.com. NOTE: In order for you to use the Chrome Extension, you need to accept Google’s permissions of allowing Xoba to manage your tabs and view your browsing history. While we do not look at or store your browser history, Google requires us to request permission to do so in order for Xoba to be your default new tab.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Xoba |
ID | ladiijlgnajpjaoepdnnocljmjhdalaj |
Επίσημο URL | https://chromewebstore.google.com/detail/xoba/ladiijlgnajpjaoepdnnocljmjhdalaj |
Περιγραφή | Search and organize information from all your applications intelligently from one place. |
Μέγεθος Αρχείου | 1.73 MB |
Αριθμός Εγκαταστάσεων | 138 |
Τρέχουσα Έκδοση | 0.1.23 |
Τελευταία Ενημέρωση | 2023-08-11 |
Ημερομηνία Δημοσίευσης | 2020-06-29 |
Αξιολόγηση | 5.00/5 Συνολικά 2 Αξιολογήσεις |
Προγραμματιστής | https://xobalabs.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://xobalabs.com |
Διεύθυνση URL της Σελίδας Βοήθειας | https://www.notion.so/xoba/Xoba-Help-Center-7f9b8864000c461798c3ec0fbbd68a14 |
URL της Σελίδας Πολιτικής Απορρήτου | https://app.xobalabs.com/privacypolicy |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Xoba", "description": "Search and organize information from all your applications intelligently from one place.", "version": "0.1.23", "icons": { "128": "Xoba_Icon_128.png" }, "browser_action": { "default_icon": "Xoba_Icon_128.png", "default_popup": "popup.html" }, "background": { "scripts": [ "static\/js\/background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/app.xobalabs.com\/*" ], "all_frames": true, "js": [ "static\/js\/contentScript.js" ] } ], "chrome_url_overrides": { "newtab": "newTab.html" }, "content_security_policy": "script-src self' https:\/\/xoba-327ed.firebaseio.com https:\/\/xoba-staging-9c9b3.firebaseio.com https:\/\/s-usc1c-nss-205.firebaseio.com https:\/\/*.firebaseio.com https:\/\/s-usc1c-nss-204.firebaseio.com https:\/\/apis.google.com\/js\/api.js https:\/\/js.stripe.com\/v3 object-src 'self'", "commands": { "_execute_browser_action": { "description": "Keyboard shortcut to open extension popup", "suggested_key": { "default": "Alt+X" } } }, "permissions": [ "tabs" ] } |