Prodwarn
Display warning when using the production sites
ما هو Prodwarn؟
Prodwarn هو إضافة Chrome تم تطويرها بواسطة https://webee.asia، والميزة الرئيسية لها هي "Display warning when using the production sites".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Prodwarn
قم بتنزيل ملفات الامتداد Prodwarn بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
■ Introduction: In A beautiful day, you accidentally test on the production system instead of the dev/test systems when coding. This is a way that the incident is to be. Prodwarn is a browser extension that will warn us when using the production system instead of the dev/test system. It is an open-source software. Therefore, you can contribute for it on Github. ■ Features: - Add/Edit/Delete a protected site that should be shown the warning message - Auto fill current site when adding protected site - Manage protected sites with Group and Site name - Search protected sites by name, host - Whitelist warning for page - Multiple strategy for warning: - Float Message (default) - Dialog (Not implemented yet) - Watermark (Not implemented yet) - Supported browsers: Chrome, Firefox, Opera. ■ v0.4.3: - fix(firefox): does not display warning after adding the production site - fix(firefox): does not auto-fill the page info when adding the production site
معلومات أساسية عن التمديد
الاسم | Prodwarn |
ID | dgdfcekakoecdmmccembbgjeanedklic |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/prodwarn/dgdfcekakoecdmmccembbgjeanedklic |
الوصف | Display warning when using the production sites |
حجم الملف | 622 KB |
عدد التثبيتات | 98 |
النسخة الحالية | 0.4.3 |
آخر تحديث | 2020-06-22 |
تاريخ النشر | 2020-06-22 |
تقييم | 5.00/5 مجموع تقييمات 4 |
المطور | https://webee.asia |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/kimyvgy/prodwarn |
عنوان صفحة المساعدة | https://github.com/kimyvgy/prodwarn/issues |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Prodwarn", "description": "Display warning when using the production sites", "version": "0.4.3", "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "content_scripts": [ { "matches": [ " |