Enables CORS within corp.google.com

Enables CORS within corp.google.com

Apa itu Enables CORS within corp.google.com?

Enables CORS within corp.google.com adalah ekstensi Chrome yang dikembangkan oleh kelvin.hwpoon, dan fitur utamanya adalah "Enables CORS within corp.google.com".

Unduh Berkas CRX Ekstensi Enables CORS within corp.google.com

Unduh file ekstensi Enables CORS within corp.google.com dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                                            

Informasi Dasar Ekstensi

Nama Enables CORS within corp.google.com Enables CORS within corp.google.com
ID ioipdhpoggdjcoigenniobnfgnogfodh
URL Resmi https://chrome.google.com/webstore/detail/ioipdhpoggdjcoigenniobnfgnogfodh
Deskripsi Enables CORS within corp.google.com
Ukuran File 10.43 KB
Jumlah Instalasi 35
Versi Saat Ini 1.0
Terakhir Diperbarui 2016-03-07
Tanggal Publikasi 2016-03-07
Pengembang kelvin.hwpoon
Tipe Pembayaran free
Bahasa yang Didukung 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
}