Personal dashboard for work—New tab by adenin

The easy way to keep track of your work. Connect to your apps and never miss an update.

Τι είναι το Personal dashboard for work—New tab by adenin;

Το Personal dashboard for work—New tab by adenin είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://adenin.com, και η κύρια λειτουργία του είναι "The easy way to keep track of your work. Connect to your apps and never miss an update.".

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

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Personal dashboard for work—New tab by adenin

Λήψη αρχείων επέκτασης Personal dashboard for work—New tab by adenin σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        💡 This extension will create a new tab behavior and load adenin's free dashboard whenever you open a new tab

💡 The dashboard will ask you to setup a free adenin account on your first use (necessary to store your apps)

~~~

Finally, there's a better way to see all your work apps at a single glance! adenin's personal dashboard lets you make your own widgets that connect to dozens of work applications, APIs and databases.

You can instantly spot updated apps by subscribing to their notifications, which will put a blue dot and numbered badge on your browser tab.

Why should you use adenin:

✅ Perfect for busy managers, business owners and small teams that want to work smarter and unlock their full productivity potential 

✅ Spend less time needlessly hopping across browser tabs by easily integrating existing work apps, such as ServiceNow, Hubspot, Zendesk, Salesforce, Asana, monday.com, and many others...

✅ Easily customize the layout of your personal dashboard and widgets by using the built-in low-code Adaptive Card designer (an open-source Microsoft standard)

✅ Get more from other work tools by embedding your widgets into SharePoint, Viva Connections, Wordpress, or other intranet products. You can even talk to the smart chatbot that shows your Adaptive Card widgets in Microsoft Teams, Slack, Alexa and others...

~~~

If you ❤️ us, please leave a review. But if you have an issue, we'd be grateful if you could email our team at [email protected].                    

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

Όνομα Personal dashboard for work—New tab by adenin Personal dashboard for work—New tab by adenin
ID pfjagmnagmkgfplgejbkoeliagbljfnj
Επίσημο URL https://chromewebstore.google.com/detail/personal-dashboard-for-wo/pfjagmnagmkgfplgejbkoeliagbljfnj
Περιγραφή The easy way to keep track of your work. Connect to your apps and never miss an update.
Μέγεθος Αρχείου 18.5 KB
Αριθμός Εγκαταστάσεων 102
Τρέχουσα Έκδοση 3.0.1
Τελευταία Ενημέρωση 2023-08-24
Ημερομηνία Δημοσίευσης 2020-02-19
Αξιολόγηση 3.67/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής https://adenin.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.adenin.com/?utm_source=google-chrome-web-store&utm_medium=app-listing&utm_campaign=adenin_personal_dashboard
Διεύθυνση URL της Σελίδας Βοήθειας https://www.adenin.com/support?utm_source=google-chrome-web-store&utm_medium=app-listing&utm_campaign=adenin_personal_dashboard
URL της Σελίδας Πολιτικής Απορρήτου http://www.adenin.com/legal/privacy-policy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Personal dashboard for work\u2014New tab by adenin",
    "description": "The easy way to keep track of your work. Connect to your apps and never miss an update.",
    "version": "3.0.1",
    "homepage_url": "https:\/\/www.adenin.com",
    "background": {
        "service_worker": "\/background\/background.js"
    },
    "icons": {
        "16": "logos\/adenin-logo.png",
        "48": "logos\/adenin-logo.png",
        "128": "logos\/adenin-logo.png"
    },
    "action": [],
    "chrome_url_overrides": {
        "newtab": "\/html\/newtab.html"
    },
    "options_page": "\/options\/options.html",
    "permissions": [
        "storage"
    ]
}