YoHubs - Stay in Touch

Catch up with Slack outside the Box.

Τι είναι το YoHubs - Stay in Touch;

Το YoHubs - Stay in Touch είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον YoHubs, και η κύρια λειτουργία του είναι "Catch up with Slack outside the Box.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης YoHubs - Stay in Touch

Λήψη αρχείων επέκτασης YoHubs - Stay in Touch σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Limited Edition: https://goo.gl/Ksdu4E
Without permission request, suitable for use with the popup.
---------------------------------------------

YoHubs collects all your teams at one place, right in your browser. Stay on top of every conversation and instantly reply to any message from one centralized place. YoHubs is a new face of your Slack that you will enjoy seeing every day.

YoHubs doesn’t have access to your Slack. Everything is happening in your browser and all settings are saved in your local storage. We do not collect or store any information about you and your conversations, public or private are not available to us in any way.

For more tips, along with news and announcements, follow us on Twitter:

https://twitter.com/yohubs
---------------------------------------------

0.0.4:
- Sidebar Resizable: Available for resizing.
- All Unreads: Show unread channels of all teams.
- Message Threads: Quick updated for display threading messages.
- Sidebar Toggle: Show/hide Sidebar by one Click and support Keyboard Shortcuts.

0.0.3:
- Notification: Sign In / Out notification.
- Reset Data: Clear all extension storage.
- Configuration: Automation / Ask for sign in.

0.0.2:
- Cross team Jumper: Jump to everywhere using ⌘ + k.
- Emoji reactions: Add / Remove a reaction.
- Message Buttons: Interactive with buttons.
- Upload and share files: Drag and drop, Copy and paste, Upload a file.
- Create a snippet: Share bits of code or text with your team.
- Keyboard shortcuts: Open list of keyboard shortcuts ⌘ + /.
- Set unread point: Mark messages as unread using Alt + Click.

0.0.1:
- Hubs: Easy way to connecting with Slack teams.
- Hooks: Receive all your team's messages at #hooks.
- Popups: Open channel in the popups.
- Mark messages read: ESC / shift + ESC.
- Autocomplete: @username / #channel / :emoji.
- Emoticons: Type the emoji code / Select from the emoji menu.
- Message shortcuts: Same way with Slack apps.
- Slash Command: Send slash command with/without suggestions.
- Jump to Slack: Jump directly to the message on Slack app.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα YoHubs - Stay in Touch YoHubs - Stay in Touch
ID acgkfoonbncfblkndjlpmhchicibdpna
Επίσημο URL https://chromewebstore.google.com/detail/yohubs-stay-in-touch/acgkfoonbncfblkndjlpmhchicibdpna
Περιγραφή Catch up with Slack outside the Box.
Μέγεθος Αρχείου 6.5 MB
Αριθμός Εγκαταστάσεων 15
Τρέχουσα Έκδοση 0.0.4.11
Τελευταία Ενημέρωση 2019-03-08
Ημερομηνία Δημοσίευσης 2019-03-08
Αξιολόγηση 4.75/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής YoHubs
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://yohubs.com
Διεύθυνση URL της Σελίδας Βοήθειας https://twitter.com/yohubs
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "0.0.4.11",
    "name": "YoHubs - Stay in Touch",
    "short_name": "YoHubs",
    "homepage_url": "http:\/\/yohubs.com",
    "description": "Catch up with Slack outside the Box.",
    "icons": {
        "16": "images\/icons\/icon36.png",
        "48": "images\/icons\/icon128.png",
        "128": "images\/icons\/icon256.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icons\/icon36.png",
            "38": "images\/icons\/icon48.png",
            "48": "images\/icons\/icon128.png"
        },
        "default_title": "YoHubs - Stay in Touch",
        "default_popup": "browser_action.html"
    },
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "incognito": "not_allowed",
    "permissions": [
        "tabs",
        "storage",
        "notifications",
        "unlimitedStorage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "yohubs.html"
    ],
    "content_security_policy": "script-src 'unsafe-eval' 'self' https:\/\/www.google-analytics.com https:\/\/ssl.google-analytics.com https:\/\/slack.global.ssl.fastly.net; object-src 'self'"
}