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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
معلومات أساسية عن التمديد
الاسم | ![]() |
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 } |