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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة المساعدة | 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'" } |