StrikeBase
Displays a list of all your notifications and messages from your StrikeBase account.
StrikeBase क्या है?
StrikeBase http://www.strikebase.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Displays a list of all your notifications and messages from your StrikeBase account."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में StrikeBase एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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
एक्सटेंशन की मूल जानकारी
नाम | |
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'" } |