Crono

All of your SMS, chats, messages and notifications in one place on your Browser!

Τι είναι το Crono;

Το Crono είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://crono.app, και η κύρια λειτουργία του είναι "All of your SMS, chats, messages and notifications in one place on your Browser!".

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Crono

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

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

                        Crono is a productivity app that allows you to sync mobile notifications and reply to them through the computer. Crono helps maintain the focus on work by letting you interact with relevant notifications directly from the desktop; hence, reducing the urge to check your phone. Crono also allows you to keep track of online meetings and appointments.


Features that boost productivity: 
1. Sync important notifications 
Syncing only relevant notifications tunes out distractions and allows to reply to the important messages quickly.

2. Taking action on notifications 
Archiving an email, saving a youtube video to watch later or tracking Amazon deliveries or replying to someone on Whatsapp is possible through Crono.

3. Calendar events 
Crono keeps track of the calendar and keeps users updated with upcoming appointments or online meetings all the time.

4. Bank OTP 
Crono brings the one-time password directly to the PC allowing the user to maintain the workflow at their desk.

5. Share files in seconds 
File sharing between mobile and laptop through Crono is blazing fast.


How to Use
1. Download the Android app (https://play.google.com/store/apps/details?id=com.getcrono)

2. Open the Crono Android app on your mobile. Log in with your Google or Facebook account, whichever works best for you. 

3. Give Crono notification access permission. This permission is required by Crono to send all your notifications to your desktop. 

4. In the next step, Crono will ask for permission to access photos, media and files. This permission is required to store files send from desktop to android. This permission is optional. 

5. If you want to sync all your upcoming events with desktop, click on "Yes, Sync my calendar". 

6. Click on Scan QR Code button. It will open a screen with a camera view. Scan the QR code visible on chrome extension from your phone.                    

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

Όνομα Crono Crono
ID ffednpkacgekbgkcffkpoinbikhijadl
Επίσημο URL https://chrome.google.com/webstore/detail/crono/ffednpkacgekbgkcffkpoinbikhijadl
Περιγραφή All of your SMS, chats, messages and notifications in one place on your Browser!
Μέγεθος Αρχείου 3.87 MB
Αριθμός Εγκαταστάσεων 17,852
Τρέχουσα Έκδοση 3.7.6
Τελευταία Ενημέρωση 2021-01-19
Ημερομηνία Δημοσίευσης 2020-06-05
Αξιολόγηση 4.56/5 Συνολικά 201 Αξιολογήσεις
Προγραμματιστής http://crono.app
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://crono.app
URL της Σελίδας Πολιτικής Απορρήτου https://crono.app/privacypolicy.htm
Υποστηριζόμενες Γλώσσες en,ru,hi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Crono",
    "description": "__MSG_appDesc__",
    "short_name": "Crono",
    "version": "3.7.6",
    "manifest_version": 2,
    "default_locale": "en",
    "homepage_url": "https:\/\/crono.app",
    "icons": {
        "48": "icons\/48x48.png",
        "64": "icons\/64x64.png",
        "128": "icons\/128x128.png",
        "256": "icons\/256x256.png"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "48": "icons\/48x48.png",
            "64": "icons\/64x64.png",
            "128": "icons\/128x128.png",
            "256": "icons\/256x256.png"
        }
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "tabs",
        "clipboardRead",
        "contextMenus",
        "notifications",
        "activeTab",
        "storage",
        "downloads"
    ],
    "content_security_policy": "object-src 'self'; script-src 'self' https:\/\/www.gstatic.com https:\/\/www.google-analytics.com https:\/\/storage.googleapis.com; img-src * 'self' data:;"
}