Life

The Life Google extension is designed for Gaditek employees. It brings the Attendance's Clock In & Out functionality to the browser.

Τι είναι το Life;

Το Life είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://life.gaditek.com, και η κύρια λειτουργία του είναι "The Life Google extension is designed for Gaditek employees. It brings the Attendance's Clock In & Out functionality to the browser.".

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

screenshot

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

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

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

                        The Life Google extension is designed for Gaditek employees. It brings the Attendance's Clock In & Out functionality to the browser.                    

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

Όνομα Life Life
ID gadcpbjfkkldighbjnogbnpjfdgfnldm
Επίσημο URL https://chromewebstore.google.com/detail/life/gadcpbjfkkldighbjnogbnpjfdgfnldm
Περιγραφή The Life Google extension is designed for Gaditek employees. It brings the Attendance's Clock In & Out functionality to the browser.
Μέγεθος Αρχείου 1.23 MB
Αριθμός Εγκαταστάσεων 235
Τρέχουσα Έκδοση 0.5.0
Τελευταία Ενημέρωση 2022-11-02
Ημερομηνία Δημοσίευσης 2022-11-02
Προγραμματιστής https://life.gaditek.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Life",
    "version": "0.5.0",
    "description": "The Life Google extension is designed for Gaditek employees. It brings the Attendance's Clock In & Out functionality to the browser.",
    "host_permissions": [
        "https:\/\/life.gaditek.com\/",
        "https:\/\/www.gaditek.com\/"
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_icon": "images\/icons\/icon-16x16.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/icons\/icon-16x16.png",
        "32": "images\/icons\/icon-32x32.png",
        "48": "images\/icons\/icon-48x48.png",
        "128": "images\/icons\/icon-128x128.png"
    },
    "manifest_version": 3
}