Draw Attention for Zopim

Blinks the taskbar on Zopim title change

Τι είναι το Draw Attention for Zopim;

Το Draw Attention for Zopim είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Jan Gruncl, και η κύρια λειτουργία του είναι "Blinks the taskbar on Zopim title change".

Λήψη αρχείου CRX της επέκτασης Draw Attention for Zopim

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

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

                        Blinks the taskbar on Zopim title change                    

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

Όνομα Draw Attention for Zopim Draw Attention for Zopim
ID ccekiingfbplajbggamagmeckpaoffim
Επίσημο URL https://chromewebstore.google.com/detail/draw-attention-for-zopim/ccekiingfbplajbggamagmeckpaoffim
Περιγραφή Blinks the taskbar on Zopim title change
Μέγεθος Αρχείου 3.82 KB
Αριθμός Εγκαταστάσεων 31
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2016-05-25
Ημερομηνία Δημοσίευσης 2016-05-25
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής Jan Gruncl
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Draw Attention for Zopim",
    "description": "Blinks the taskbar on Zopim title change",
    "version": "1.0",
    "permissions": [
        "https:\/\/*.zopim.com\/*",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.zopim.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    }
}