Netsuite Bundles to Update

Detect the error logs in your NetSuite Production Account and be notified on bundle updates.

Apa itu Netsuite Bundles to Update?

Netsuite Bundles to Update adalah ekstensi Chrome yang dikembangkan oleh https://suitedb.com, dan fitur utamanya adalah "Detect the error logs in your NetSuite Production Account and be notified on bundle updates.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Netsuite Bundles to Update

Unduh file ekstensi Netsuite Bundles to Update dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Detect the error logs in your NetSuite Production Account and be notified on bundle updates.                    

Informasi Dasar Ekstensi

Nama Netsuite Bundles to Update Netsuite Bundles to Update
ID gadlmaaioijphjjccgfeoaaldnkemgod
URL Resmi https://chrome.google.com/webstore/detail/netsuite-bundles-to-updat/gadlmaaioijphjjccgfeoaaldnkemgod
Deskripsi Detect the error logs in your NetSuite Production Account and be notified on bundle updates.
Ukuran File 86.53 KB
Jumlah Instalasi 154
Versi Saat Ini 1.1
Terakhir Diperbarui 2019-08-01
Tanggal Publikasi 2019-08-01
Penilaian 5.00/5 Total 1 Penilaian
Pengembang https://suitedb.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://suitedb.com
Bahasa yang Didukung 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"
    ]
}