ServiceMeow
Search BSEE ServiceNow with a right-click!
ServiceMeowとは何ですか?
ServiceMeowはcasey.barelaによって開発されたChromeの拡張機能で、その主な機能は「Search BSEE ServiceNow with a right-click!」です。
拡張機能のスクリーンショット
ServiceMeow拡張機能のCRXファイルをダウンロード
ServiceMeow拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Using ServiceMeow is the fastest way to search your Enterprise IT Ticketing System (ServiceNow). It is simple, all you need to do is Highlight what you to search and right click. Once the menu pops up select "Search ServiceNow" - It's That EASY... You can search from any of webpage displayed within Google Chrome. This includes but is not limited to. -Bison Connect (Gmail) -ServiceNow -bsee.gov -boem.gov -onrr.gov Requirements: You must have a login to the BSEE Enterprise Ticketing System ServiceNow. https://bsee.servicenowservices.com
拡張機能の基本情報
名前 | ServiceMeow |
ID | imbeonjpoeajilogagjopcbaffknhkke |
公式URL | https://chromewebstore.google.com/detail/servicemeow/imbeonjpoeajilogagjopcbaffknhkke |
説明 | Search BSEE ServiceNow with a right-click! |
ファイルサイズ | 37.4 KB |
インストール数 | 86 |
現在のバージョン | 2.3 |
最終更新日 | 2020-05-29 |
公開日 | 2020-05-28 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | casey.barela |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ServiceMeow", "version": "2.3", "manifest_version": 2, "description": "Search BSEE ServiceNow with a right-click!", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "contextMenus" ], "background": { "scripts": [ "script.js" ] } } |