Enables CORS within corp.google.com

Enables CORS within corp.google.com

Cos'è Enables CORS within corp.google.com?

Enables CORS within corp.google.com è un'estensione di Chrome sviluppata da kelvin.hwpoon, e la sua funzione principale è "Enables CORS within corp.google.com".

Scarica il file CRX dell'estensione Enables CORS within corp.google.com

Scarica i file di estensione Enables CORS within corp.google.com in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                                            

Informazioni di Base sull'Estensione

Nome Enables CORS within corp.google.com Enables CORS within corp.google.com
ID ioipdhpoggdjcoigenniobnfgnogfodh
URL Ufficiale https://chrome.google.com/webstore/detail/ioipdhpoggdjcoigenniobnfgnogfodh
Descrizione Enables CORS within corp.google.com
Dimensione del File 10.43 KB
Conteggio Installazioni 35
Versione Corrente 1.0
Ultimo Aggiornamento 2016-03-07
Data di Pubblicazione 2016-03-07
Sviluppatore kelvin.hwpoon
Tipo di Pagamento free
Lingue Supportate 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
}