StrikeBase
Displays a list of all your notifications and messages from your StrikeBase account.
Hvad er StrikeBase?
StrikeBase er en Chrome-udvidelse udviklet af http://www.strikebase.com, og dens hovedfunktion er "Displays a list of all your notifications and messages from your StrikeBase account.".
Udvidelsesskærmbilleder
Download StrikeBase-udvidelses-CRX-fil
Download StrikeBase-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | klpilbaimliijkmfndhndnnglagginll |
Officiel URL | https://chrome.google.com/webstore/detail/strikebase/klpilbaimliijkmfndhndnnglagginll |
Beskrivelse | Displays a list of all your notifications and messages from your StrikeBase account. |
Filstørrelse | 700 KB |
Antal Installationer | 13 |
Nuværende Version | 1.8 |
Senest Opdateret | 2013-09-01 |
Udgivelsesdato | 2013-09-01 |
Bedømmelse | 4.67/5 Samlet 3 Bedømmelser |
Udvikler | http://www.strikebase.com |
Betalingsmetode | free |
Udvidelseswebsted | http://www.strikebase.com |
Hjælpeside-URL | http://support.strikebase.com |
Understøttede Sprog | 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'" } |