OCC Debugger

Add some functionalities to debug occ

OCC Debuggerคืออะไร?

OCC Debugger เป็นส่วนขยายของ Chrome ที่พัฒนาโดย William Lima และคุณลักษณะหลักของมันคือ "Add some functionalities to debug occ"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

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

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

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

                        Simple OCC (Oracle Commerce cloud) debugger for developers.
Includes features like:
- Tagging debugging
- Cookies debugging
- Topics debugging
- Spinner debugging
- Devtools panel for knockout inspection
- Knockout data serialization                    

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

ชื่อ OCC Debugger OCC Debugger
ID ohciamgkcmonnkjjmbcioljgifddbcga
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/occ-debugger/ohciamgkcmonnkjjmbcioljgifddbcga
คำอธิบาย Add some functionalities to debug occ
ขนาดไฟล์ 326 KB
จำนวนการติดตั้ง 169
เวอร์ชันปัจจุบัน 1.4.3
อัปเดตครั้งล่าสุด 2021-04-14
วันที่เผยแพร่ 2021-02-17
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา William Lima
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "OCC Debugger",
    "version": "1.4.3",
    "description": "Add some functionalities to debug occ",
    "short_name": "Occ Debugger",
    "permissions": [
        "tabs",
        "storage",
        ""
    ],
    "web_accessible_resources": [
        "scripts\/occDebugger.js",
        "views\/storefront\/index.js"
    ],
    "devtools_page": "views\/devtools\/index.html",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "scripts\/contentScript.js"
            ],
            "all_frames": false
        }
    ],
    "browser_action": {
        "default_title": "OCC Debugger",
        "default_popup": "views\/popup\/index.html",
        "default_icon": {
            "16": "assets\/icons\/icon16.png",
            "32": "assets\/icons\/icon32.png",
            "128": "assets\/icons\/icon128.png"
        }
    }
}