Compliance Deputy V6
Compliance Deputy
ما هو Compliance Deputy V6؟
Compliance Deputy V6 هو إضافة Chrome تم تطويرها بواسطة Compliance Sheriff، والميزة الرئيسية لها هي "Compliance Deputy".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Compliance Deputy V6
قم بتنزيل ملفات الامتداد Compliance Deputy V6 بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Designed to work in conjunction with AppGate's Compliance Sheriff®, Compliance Deputy is an on-demand browser-based solution that allows developers and content providers to test and repair content prior to publishing in the production environment. It leverages the checkpoints and rules designed in Compliance Sheriff to test page content as it’s being created to ensure only compliant content is published to live sites. Address Web governance issues including privacy factors like personally identifiable information (PII) and protected health information (PHI), Web accessibility, site quality, offensive content and more. Compliance Deputy is a browser-based application, making it simple to roll-out to a large number of content developers.
معلومات أساسية عن التمديد
الاسم | |
ID | bidggighgeapfnoagdpjjniolldibdfa |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/compliance-deputy-v6/bidggighgeapfnoagdpjjniolldibdfa |
الوصف | Compliance Deputy |
حجم الملف | 54.38 KB |
عدد التثبيتات | 57 |
النسخة الحالية | 6.4.0.0 |
آخر تحديث | 2021-04-03 |
تاريخ النشر | 2021-04-03 |
المطور | Compliance Sheriff |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://www.compliancesheriff.com/ |
عنوان صفحة المساعدة | https://www.compliancesheriff.com/ |
عنوان صفحة سياسة الخصوصية | https://www.appgate.com/privacy-policy |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Compliance Deputy V6", "version": "6.4.0.0", "manifest_version": 2, "description": "Compliance Deputy", "icons": { "16": "\/images\/icon.png" }, "browser_action": { "default_icon": "\/images\/icon.png", "default_popup": "Global.html" }, "permissions": [ "tabs", "activeTab", "cookies" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "injected.js", "js\/soapclient.js" ] } ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |