Stash Pull Request Notifier

Stash Pull Request Notifier will let you know when you have pending reviews.

ما هو Stash Pull Request Notifier؟

Stash Pull Request Notifier هو إضافة Chrome تم تطويرها بواسطة Nitai J. Perez، والميزة الرئيسية لها هي "Stash Pull Request Notifier will let you know when you have pending reviews.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Stash Pull Request Notifier

قم بتنزيل ملفات الامتداد Stash Pull Request Notifier بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        This is an extension for code reviewers using Atlassian Stash.
Use this to get notified of pending pull requests.

Features:
* Customized view
* Pull request alerts
* Auto login
* Snooze alerts
* Scrum master mode
* My Pull requests

It's all open source, go ahead and contribute:
https://github.com/NitaiPerez/stash-notify                    

معلومات أساسية عن التمديد

الاسم Stash Pull Request Notifier Stash Pull Request Notifier
ID fmaobhjfejhpefpobcbpehgkgjkijccc
عنوان URL الرسمي https://chromewebstore.google.com/detail/stash-pull-request-notifi/fmaobhjfejhpefpobcbpehgkgjkijccc
الوصف Stash Pull Request Notifier will let you know when you have pending reviews.
حجم الملف 487 KB
عدد التثبيتات 71
النسخة الحالية 3.1.6
آخر تحديث 2017-04-25
تاريخ النشر 2017-04-25
تقييم 5.00/5 مجموع تقييمات 3
المطور Nitai J. Perez
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/CommonRaven/stash-notify/
عنوان صفحة المساعدة https://github.com/CommonRaven/stash-notify/issues
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Stash Pull Request Notifier",
    "version": "3.1.6",
    "manifest_version": 2,
    "description": "Stash Pull Request Notifier will let you know when you have pending reviews.",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "page": "src\/views\/background.html",
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icons\/logo32.png",
        "default_popup": "src\/views\/browser_action.html"
    },
    "permissions": [
        "notifications",
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "tabs"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'"
}