Netsuite Bundles to Update
Detect the error logs in your NetSuite Production Account and be notified on bundle updates.
Netsuite Bundles to Updateとは何ですか?
Netsuite Bundles to Updateはhttps://suitedb.comによって開発されたChromeの拡張機能で、その主な機能は「Detect the error logs in your NetSuite Production Account and be notified on bundle updates.」です。
拡張機能のスクリーンショット
Netsuite Bundles to Update拡張機能のCRXファイルをダウンロード
Netsuite Bundles to Update拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Detect the error logs in your NetSuite Production Account and be notified on bundle updates.
拡張機能の基本情報
名前 | |
ID | gadlmaaioijphjjccgfeoaaldnkemgod |
公式URL | https://chrome.google.com/webstore/detail/netsuite-bundles-to-updat/gadlmaaioijphjjccgfeoaaldnkemgod |
説明 | Detect the error logs in your NetSuite Production Account and be notified on bundle updates. |
ファイルサイズ | 86.53 KB |
インストール数 | 154 |
現在のバージョン | 1.1 |
最終更新日 | 2019-08-01 |
公開日 | 2019-08-01 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | https://suitedb.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://suitedb.com |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Netsuite Bundles to Update", "version": "1.1", "manifest_version": 2, "description": "", "icons": { "128": "sunit-test2.png" }, "browser_action": { "default_title": "SuiteDB logs & Bundle Info", "default_popup": "Popup.html" }, "permissions": [ "https:\/\/*.app.netsuite.com\/*", "contentSettings" ], "content_scripts": [ { "matches": [ "https:\/\/*.app.netsuite.com\/*" ], "js": [ "contentScript.js" ] } ], "background": { "scripts": [ "background.js" ] }, "web_accessible_resources": [ "pageScript.js" ] } |