NetHelper

NetHelper empowers quick access to NS records based on internal ids.

NetHelperคืออะไร?

NetHelper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Luke Abbott และคุณลักษณะหลักของมันคือ "NetHelper empowers quick access to NS records based on internal ids."

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย NetHelper

ดาวน์โหลดไฟล์ส่วนขยาย NetHelper ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        NetHelper empowers quick access to NetSuite records based on internal ids.
Simply click the icon, paste the internal id into the correct select box, and then hit enter.
Your record will be loaded into a new tab.

Now with a settings page. Use valid JSON.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ NetHelper NetHelper
ID nmcphbhikchbcbniihpcnfifdnmmpnmg
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/nethelper/nmcphbhikchbcbniihpcnfifdnmmpnmg
คำอธิบาย NetHelper empowers quick access to NS records based on internal ids.
ขนาดไฟล์ 39.95 KB
จำนวนการติดตั้ง 118
เวอร์ชันปัจจุบัน 2.1.2
อัปเดตครั้งล่าสุด 2017-11-21
วันที่เผยแพร่ 2017-11-21
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Luke Abbott
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "NetHelper empowers quick access to NS records based on internal ids.",
    "manifest_version": 2,
    "name": "NetHelper",
    "version": "2.1.2",
    "browser_action": {
        "default_popup": "main.html",
        "default_icon": {
            "16": "images\/NetHelper-Icon-16x16.png",
            "32": "images\/NetHelper-Icon-32x32.png"
        }
    },
    "options_ui": {
        "page": "options.html"
    },
    "applications": {
        "gecko": {
            "id": "[email protected]"
        }
    },
    "permissions": [
        "activeTab",
        "storage"
    ]
}