Enables CORS within corp.google.com
Enables CORS within corp.google.com
什麼是Enables CORS within corp.google.com?
Enables CORS within corp.google.com是由kelvin.hwpoon開發的Chrome擴展程式,該擴展的主要功能是“Enables CORS within corp.google.com”。
下載Enables CORS within corp.google.com擴展crx文件
下載Enables CORS within corp.google.com擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
擴展基本資訊
名稱 | ![]() |
ID | ioipdhpoggdjcoigenniobnfgnogfodh |
官方網址 | 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 } |