SN Search
Enables Google Chrome omnibox to search Service-Now tickets by entering "sn" and ticket number.
SN Searchคืออะไร?
SN Search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย rutulpatel.rtl และคุณลักษณะหลักของมันคือ "Enables Google Chrome omnibox to search Service-Now tickets by entering "sn" and ticket number."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SN Search
ดาวน์โหลดไฟล์ส่วนขยาย SN Search ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Google chrome omnibox extension to open Service-Now ticket directly through browser. Just type "sn" to directly go to that ticket. You can enter RTASK, STASK, SRQ, SITM, CTASK, CRQ, INC, etc. number at place in above syntax.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | SN Search |
ID | idkeaffmcbakhghefaafgpcdlnngkjge |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/sn-search/idkeaffmcbakhghefaafgpcdlnngkjge |
คำอธิบาย | Enables Google Chrome omnibox to search Service-Now tickets by entering "sn" and ticket number. |
ขนาดไฟล์ | 121 KB |
จำนวนการติดตั้ง | 200 |
เวอร์ชันปัจจุบัน | 1.0.2 |
อัปเดตครั้งล่าสุด | 2015-06-05 |
วันที่เผยแพร่ | 2015-06-05 |
คะแนน | 4.60/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | rutulpatel.rtl |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SN Search", "description": "Enables Google Chrome omnibox to search Service-Now tickets by entering \"sn\" and ticket number.", "version": "1.0.2", "manifest_version": 2, "omnibox": { "keyword": "sn" }, "icons": { "128": "icon_128.png", "48": "icon_48.png", "16": "icon_16.png" }, "background": { "scripts": [ "background.js" ] }, "minimum_chrome_version": "9", "options_ui": { "page": "options.html", "chrome_style": true }, "permissions": [ "storage" ] } |