Call Timer for Meet

This extension add a timer in your Meet calls.

Τι είναι το Call Timer for Meet;

Το Call Timer for Meet είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Walter Radduso, και η κύρια λειτουργία του είναι "This extension add a timer in your Meet calls.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Call Timer for Meet

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

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

                        Allows you to check how long you've been on a Meet call.

Privacy Policy:
This extension does not track any user data, and therefore does not have a detailed privacy policy.

Translations:
If you notice any error or mistake with translations don't hesitate to contact us so we can fix it.

CHANGELOG:
v3.0.1:
- Added a new timer position validation when the screen is resized.
v3.0.0:
- Updated the styles because Google Meet was updated.
- New functionalities:
    - You are able to move the timer wherever you wont inside of the Google Meet call.
    - Reset the timer.
    - Reset the timer initial position.
v2.1.0:
- Fixed error that the timer doesn't appear.
v2.0.5:
- Added a new Reset button.
- Updated package title for Google recommendation.
v2.0.4:
- Update Styles because Meet update their styles.
v2.0.3:
- Update Styles.
v2.0.2:
- Styles fixed.
v2.0.1:
- Styles fixed.
v2.0.0:
- Now you are able to:
    - Configure the time limit to reach on a meet.
    - Hide/Show time limit to reached.
- Added a dropdown timer options.
- Added translations for several languages.
v1.0.4:
- The timer style was updated.
v1.0.3:
- Fixed styles and added the total time of the call when you finish the call.
v1.0.2:
- When the time is over 45 minutes the text becomes red and show a small message because the call is taking too long time.
v1.0.1:
- When the extension is installed the timer is activated on Meet.
v1.0.0:
- Turn on/off the timer.
- If you don't want the timer anymore, you can remove it from the page.                    

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

Όνομα Call Timer for Meet Call Timer for Meet
ID pappcjmimkmjekiaiedkhfogpclanicb
Επίσημο URL https://chromewebstore.google.com/detail/call-timer-for-meet/pappcjmimkmjekiaiedkhfogpclanicb
Περιγραφή This extension add a timer in your Meet calls.
Μέγεθος Αρχείου 36.91 KB
Αριθμός Εγκαταστάσεων 100,000
Τρέχουσα Έκδοση 3.0.1
Τελευταία Ενημέρωση 2021-05-30
Ημερομηνία Δημοσίευσης 2020-05-07
Αξιολόγηση 3.83/5 Συνολικά 52 Αξιολογήσεις
Προγραμματιστής Walter Radduso
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Call Timer for Meet",
    "version": "3.0.1",
    "author": "Walter Radduso",
    "description": "This extension add a timer in your Meet calls.",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/meet.google.com\/*"
            ],
            "js": [
                "lib\/styles.js",
                "lib\/translate.js",
                "lib\/buttons.js",
                "lib\/draggable.js",
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": {
            "16": "images\/16.png",
            "32": "images\/32.png",
            "48": "images\/48.png",
            "128": "images\/128.png"
        },
        "default_title": "Call Timer for Meet"
    },
    "icons": {
        "16": "images\/16.png",
        "32": "images\/32.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    }
}