Epi Easy Dev Hide License Warning

Hides the Episerver invalid license warning message on all sites visited by this browser.

Epi Easy Dev Hide License Warningคืออะไร?

Epi Easy Dev Hide License Warning เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jacob Pretorius และคุณลักษณะหลักของมันคือ "Hides the Episerver invalid license warning message on all sites visited by this browser."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Epi Easy Dev Hide License Warning

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

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

                        Hides the Episerver invalid license warning message on all sites visited by this browser. 

This extension is intended only for use during development, make sure to visit https://license.episerver.com for official demo and partner licenses.                    

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

ชื่อ Epi Easy Dev Hide License Warning Epi Easy Dev Hide License Warning
ID mlolahdofmdfacdheijhjidjnhlcjmpc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/epi-easy-dev-hide-license/mlolahdofmdfacdheijhjidjnhlcjmpc
คำอธิบาย Hides the Episerver invalid license warning message on all sites visited by this browser.
ขนาดไฟล์ 5.78 KB
จำนวนการติดตั้ง 40
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2018-09-20
วันที่เผยแพร่ 2018-09-20
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Jacob Pretorius
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "js": [
                "contentscript.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "32": "32.ico",
        "64": "64.ico"
    },
    "name": "Epi Easy Dev Hide License Warning",
    "version": "1.2",
    "description": "Hides the Episerver invalid license warning message on all sites visited by this browser.",
    "manifest_version": 2,
    "web_accessible_resources": [
        "inject.js"
    ]
}