Push Notifications

Show push notification for HelpTap new chats / jobs for Experts

Τι είναι το Push Notifications;

Το Push Notifications είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Rahul Golwalkar, και η κύρια λειτουργία του είναι "Show push notification for HelpTap new chats / jobs for Experts".

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

screenshot

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

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

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

                        Play audio in Google Chrome for background tabs                    

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

Όνομα Push Notifications Push Notifications
ID hbapphlkmighdfjnfiooddomllmdbnee
Επίσημο URL https://chromewebstore.google.com/detail/push-notifications/hbapphlkmighdfjnfiooddomllmdbnee
Περιγραφή Show push notification for HelpTap new chats / jobs for Experts
Μέγεθος Αρχείου 114 KB
Αριθμός Εγκαταστάσεων 119
Τρέχουσα Έκδοση 0.1.1
Τελευταία Ενημέρωση 2016-02-12
Ημερομηνία Δημοσίευσης 2016-02-12
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής Rahul Golwalkar
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://helptap.com
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Push Notifications",
    "version": "0.1.1",
    "manifest_version": 2,
    "description": "Show push notification for HelpTap new chats \/ jobs for Experts",
    "icons": {
        "16": "images\/icon.png",
        "48": "images\/icon.png",
        "128": "images\/icon.png"
    },
    "homepage_url": "https:\/\/helptap.com\/",
    "permissions": [
        "management",
        "notifications",
        "*:\/\/*.helptap.com\/*"
    ],
    "background": {
        "page": "background.html"
    },
    "web_accessible_resources": [
        "images\/icon.png"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.helptap.com\/*"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.helptap.com\/*"
            ],
            "js": [
                "scripts\/jquery.min.js",
                "scripts\/content-script.js"
            ]
        }
    ]
}