StrikeBase
Displays a list of all your notifications and messages from your StrikeBase account.
Apa itu StrikeBase?
StrikeBase adalah ekstensi Chrome yang dikembangkan oleh http://www.strikebase.com, dan fitur utamanya adalah "Displays a list of all your notifications and messages from your StrikeBase account.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi StrikeBase
Unduh file ekstensi StrikeBase dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | |
ID | klpilbaimliijkmfndhndnnglagginll |
URL Resmi | https://chrome.google.com/webstore/detail/strikebase/klpilbaimliijkmfndhndnnglagginll |
Deskripsi | Displays a list of all your notifications and messages from your StrikeBase account. |
Ukuran File | 700 KB |
Jumlah Instalasi | 13 |
Versi Saat Ini | 1.8 |
Terakhir Diperbarui | 2013-09-01 |
Tanggal Publikasi | 2013-09-01 |
Penilaian | 4.67/5 Total 3 Penilaian |
Pengembang | http://www.strikebase.com |
Tipe Pembayaran | free |
Situs Ekstensi | http://www.strikebase.com |
URL Halaman Bantuan | http://support.strikebase.com |
Bahasa yang Didukung | 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'" } |