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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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/
URL หน้าช่วยเหลือ 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'"
}