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."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ 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
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
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'" } |