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.”。

擴展截圖

screenshot
screenshot

下載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.                    

擴展基本資訊

名稱 Netsuite Bundles to Update Netsuite Bundles to Update
ID gadlmaaioijphjjccgfeoaaldnkemgod
官方網址 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"
    ]
}