StrikeBase
Displays a list of all your notifications and messages from your StrikeBase account.
Co to jest StrikeBase?
StrikeBase to rozszerzenie Chrome opracowane przez http://www.strikebase.com, a jego główną funkcją jest „Displays a list of all your notifications and messages from your StrikeBase account.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia StrikeBase
Pobierz pliki rozszerzeń StrikeBase w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | klpilbaimliijkmfndhndnnglagginll |
Oficjalny URL | https://chrome.google.com/webstore/detail/strikebase/klpilbaimliijkmfndhndnnglagginll |
Opis | Displays a list of all your notifications and messages from your StrikeBase account. |
Rozmiar pliku | 700 KB |
Liczba instalacji | 13 |
Aktualna Wersja | 1.8 |
Ostatnia Aktualizacja | 2013-09-01 |
Data Publikacji | 2013-09-01 |
Ocena | 4.67/5 Łącznie 3 Oceny |
Deweloper | http://www.strikebase.com |
Typ Płatności | free |
Strona Rozszerzenia | http://www.strikebase.com |
Adres URL Strony Pomocy | http://support.strikebase.com |
Obsługiwane Języki | 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'" } |