Mojo Helpdesk Notifier

Mojo Helpdesk Notifier notifies you of new tickets and messages.

Τι είναι το Mojo Helpdesk Notifier;

Το Mojo Helpdesk Notifier είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://www.mojohelpdesk.com, και η κύρια λειτουργία του είναι "Mojo Helpdesk Notifier notifies you of new tickets and messages.".

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

screenshot
screenshot

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

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

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

                        Mojo Helpdesk Notifier is a companion to your Mojo Helpdesk account. It tells you about new messages and ticket information. It adds a Mojo icon to the user's Chrome explorer bar that sports a counter for unassigned tickets and a click activated pop-up window that includes various ticket counts. Optionally, it provides Chrome desktop notifications when new tickets or messages are available.

----------------------------------------------- 
6 Reasons to Try Mojo Helpdesk
-----------------------------------------------
★ Experience the simplicity of a helpdesk app designed with a "Google-y" interface. 

★ Enjoy the convenience of single sign-on from your Google Apps account. 

★ Feel the comfort of managing tickets right from your inbox using Mojo's clever email integration. 

★ Keep your computer's clutter to a minimum. Mojo stores and organizes ticket histories for you. 

★ Never lose track of another ticket again. Mojo's text-based search tool will help you find everything you need. Now if we could only teach it to find the remote. 

★ Free Trial. No Credit Card Required. 
---------------------------- 
Additional Features 
---------------------------- 
★ Mojo lets you use your own domain for the helpdesk. SSL 256-bit data encryption available for extra security. 

★ Built-in measurement tool lets you track response times and user satisfaction. 

★ Customizable ticket forms let you add unlimited number of fields.                    

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

Όνομα Mojo Helpdesk Notifier Mojo Helpdesk Notifier
ID mddpicpmjnmmgfephakhleblgedgkiki
Επίσημο URL https://chrome.google.com/webstore/detail/mojo-helpdesk-notifier/mddpicpmjnmmgfephakhleblgedgkiki
Περιγραφή Mojo Helpdesk Notifier notifies you of new tickets and messages.
Μέγεθος Αρχείου 66.36 KB
Αριθμός Εγκαταστάσεων 902
Τρέχουσα Έκδοση 1.0.0.7
Τελευταία Ενημέρωση 2013-07-19
Ημερομηνία Δημοσίευσης 2013-07-19
Αξιολόγηση 2.25/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής http://www.mojohelpdesk.com
Ιστότοπος Επέκτασης http://www.mojohelpdesk.com/
Διεύθυνση URL της Σελίδας Βοήθειας http://support.metadot.com/
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Mojo Helpdesk Notifier",
    "version": "1.0.0.7",
    "browser_action": {
        "default_icon": "popup.png",
        "default_popup": "options.html?d=0",
        "default_title": ""
    },
    "description": "Mojo Helpdesk Notifier notifies you of new tickets and messages.",
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "permissions": [
        "tabs",
        "notifications",
        "http:\/\/*\/"
    ],
    "options_page": "options.html?d=1",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "manifest_version": 2,
    "web_accessible_resources": [
        "new.png",
        "comment.png",
        "sound.ogg",
        "ajaxloader.gif"
    ]
}