StrikeBase

Displays a list of all your notifications and messages from your StrikeBase account.

Τι είναι το StrikeBase;

Το StrikeBase είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://www.strikebase.com, και η κύρια λειτουργία του είναι "Displays a list of all your notifications and messages from your StrikeBase account.".

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Add Tasks, share Pages and view Notifications from your StrikeBase account. 

* Notifies you when your team performs updates in connection with the items you are working on across all your Projects

* Displays the most recent Messages in your Message Inbox

* Auto updates every minute

* Stay updated on StrikeBase account activity even if you don't have StrikeBase open in your browser                    

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

Όνομα StrikeBase StrikeBase
ID klpilbaimliijkmfndhndnnglagginll
Επίσημο URL https://chrome.google.com/webstore/detail/strikebase/klpilbaimliijkmfndhndnnglagginll
Περιγραφή Displays a list of all your notifications and messages from your StrikeBase account.
Μέγεθος Αρχείου 700 KB
Αριθμός Εγκαταστάσεων 13
Τρέχουσα Έκδοση 1.8
Τελευταία Ενημέρωση 2013-09-01
Ημερομηνία Δημοσίευσης 2013-09-01
Αξιολόγηση 4.67/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής http://www.strikebase.com
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://www.strikebase.com
Διεύθυνση URL της Σελίδας Βοήθειας http://support.strikebase.com
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "StrikeBase",
    "version": "1.8",
    "manifest_version": 2,
    "description": "Displays a list of all your notifications and messages from your StrikeBase account.",
    "background": {
        "scripts": [
            "background.js",
            "popup.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "StrikeBase"
    },
    "permissions": [
        "https:\/\/*.strikebase.com\/",
        "notifications",
        "tabs"
    ],
    "icons": {
        "128": "images\/icon_128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'"
}