Enables CORS within corp.google.com

Enables CORS within corp.google.com

Enables CORS within corp.google.com là gì?

Enables CORS within corp.google.com là một tiện ích mở rộng Chrome được phát triển bởi kelvin.hwpoon, và tính năng chính của nó là "Enables CORS within corp.google.com".

Tải xuống tệp CRX của tiện ích mở rộng Enables CORS within corp.google.com

Tải xuống các tệp mở rộng Enables CORS within corp.google.com dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                                            

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Enables CORS within corp.google.com Enables CORS within corp.google.com
ID ioipdhpoggdjcoigenniobnfgnogfodh
URL Chính Thức https://chrome.google.com/webstore/detail/ioipdhpoggdjcoigenniobnfgnogfodh
Mô tả Enables CORS within corp.google.com
Kích Thước Tệp 10.43 KB
Số Lần Cài Đặt 35
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2016-03-07
Ngày Phát Hành 2016-03-07
Nhà Phát Triển kelvin.hwpoon
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}