Cerner Github JIRA Status
Cerner JIRA status heads up on Cerner Github.
ما هو Cerner Github JIRA Status؟
Cerner Github JIRA Status هو إضافة Chrome تم تطويرها بواسطة Noah Benham، والميزة الرئيسية لها هي "Cerner JIRA status heads up on Cerner Github.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Cerner Github JIRA Status
قم بتنزيل ملفات الامتداد Cerner Github JIRA Status بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Cerner JIRA status heads up on Cerner Github.
معلومات أساسية عن التمديد
الاسم | |
ID | ahhomghmichphngohejkgindpknamlol |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/cerner-github-jira-status/ahhomghmichphngohejkgindpknamlol |
الوصف | Cerner JIRA status heads up on Cerner Github. |
حجم الملف | 33.21 KB |
عدد التثبيتات | 44 |
النسخة الحالية | 0.1.9 |
آخر تحديث | 2018-11-27 |
تاريخ النشر | 2018-11-26 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | Noah Benham |
نوع الدفع | free |
موقع الإضافة | https://github.cerner.com/NB042447/chrome-jira |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "js\/background.js" ] }, "content_scripts": [ { "js": [ "js\/sharedFunctions.js", "js\/parser.js" ], "css": [ "css\/tooltip.css" ], "matches": [ "https:\/\/github.cerner.com\/*" ] } ], "description": "Cerner JIRA status heads up on Cerner Github.", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "manifest_version": 2, "name": "Cerner Github JIRA Status", "options_page": "html\/options.html", "permissions": [ "storage", "https:\/\/github.cerner.com\/*", "https:\/\/jira.cerner.com\/*", "https:\/\/jira2.cerner.com\/*", "https:\/\/jira3.cerner.com\/*" ], "version": "0.1.9" } |