Enables CORS within corp.google.com

Enables CORS within corp.google.com

Enables CORS within corp.google.comคืออะไร?

Enables CORS within corp.google.com เป็นส่วนขยายของ Chrome ที่พัฒนาโดย kelvin.hwpoon และคุณลักษณะหลักของมันคือ "Enables CORS within corp.google.com"

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Enables CORS within corp.google.com

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

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

                                            

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

ชื่อ Enables CORS within corp.google.com Enables CORS within corp.google.com
ID ioipdhpoggdjcoigenniobnfgnogfodh
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/ioipdhpoggdjcoigenniobnfgnogfodh
คำอธิบาย Enables CORS within corp.google.com
ขนาดไฟล์ 10.43 KB
จำนวนการติดตั้ง 35
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2016-03-07
วันที่เผยแพร่ 2016-03-07
ผู้พัฒนา kelvin.hwpoon
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Enables CORS within corp.google.com",
    "description": "Enables CORS within corp.google.com",
    "version": "1.0",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*.com\/"
    ],
    "background": {
        "scripts": [
            "background_lib.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "CORS Enabler"
    },
    "manifest_version": 2
}