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 |
电子邮箱 | [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" ] } |