ServiceNow Alert

This extension helps us to manage ServiceNow

ServiceNow Alertคืออะไร?

ServiceNow Alert เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ueneslucio และคุณลักษณะหลักของมันคือ "This extension helps us to manage ServiceNow"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ServiceNow Alert

ดาวน์โหลดไฟล์ส่วนขยาย ServiceNow Alert ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        ServiceNow Alert show how many unaccepted tickets the user has in his queues in ServiceNow Application. 
If your queue has more tickets than before it will show a notification with the information of the newest one.

HOW TO USE 
- Login in ServiceNow;
- Install ServiceNow Alert;
- Set the root URL of your ServiceNow (default value https://aomev.service-now.com) in options.

If you wish you can follow just one group of yours.
If you have any search result of ServiceNow page which you'd like to follow too, just go to Options and paste the URL you'd like to follow and save.  

It will show how many tickets you have unaccepted in your queues in the extension icon.
If the queue has 2 unaccepted tickets and it has now 4, the notification will show the newest ticket that arrived.
Every minute it will check updates.

Version 1.1.18
- Add option to follow user's workflow.
- Change images for differentiate severity 1,2,3,4.
Version 1.1.19
- Following Workflow correction.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ ServiceNow Alert ServiceNow Alert
ID ncbgojnlohcebjffaaifegijljdidcfh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/servicenow-alert/ncbgojnlohcebjffaaifegijljdidcfh
คำอธิบาย This extension helps us to manage ServiceNow
ขนาดไฟล์ 86.26 KB
จำนวนการติดตั้ง 303
เวอร์ชันปัจจุบัน 1.1.19
อัปเดตครั้งล่าสุด 2016-07-13
วันที่เผยแพร่ 2016-07-13
คะแนน 4.43/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา ueneslucio
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ServiceNow Alert",
    "short_name": "ServiceNow Alert Beta",
    "description": "This extension helps us to manage ServiceNow",
    "version": "1.1.19",
    "options_page": "options.html",
    "background": {
        "scripts": [
            "js\/jquery.js",
            "js\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_title": "ServiceNow Alert",
        "default_icon": "images\/ITSM50.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/ITSM16.png",
        "48": "images\/ITSM48.png",
        "128": "images\/ITSM128.png"
    },
    "permissions": [
        "alarms",
        "notifications",
        "tabs",
        "storage",
        "idle",
        "*:\/\/*\/*"
    ]
}