Prodwarn
Display warning when using the production sites
Wat is Prodwarn?
Prodwarn is een Chrome-extensie ontwikkeld door https://webee.asia, en de belangrijkste functie is "Display warning when using the production sites".
Extensie Screenshots
Download het CRX-bestand van de extensie Prodwarn
Download Prodwarn-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
■ 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
Basisinformatie over de Extensie
Naam | Prodwarn |
ID | dgdfcekakoecdmmccembbgjeanedklic |
Officiële URL | https://chromewebstore.google.com/detail/prodwarn/dgdfcekakoecdmmccembbgjeanedklic |
Beschrijving | Display warning when using the production sites |
Bestandsgrootte | 622 KB |
Aantal Installaties | 98 |
Huidige Versie | 0.4.3 |
Laatst Bijgewerkt | 2020-06-22 |
Publicatiedatum | 2020-06-22 |
Beoordeling | 5.00/5 Totaal 4 Beoordelingen |
Ontwikkelaar | https://webee.asia |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/kimyvgy/prodwarn |
Help Pagina-URL | https://github.com/kimyvgy/prodwarn/issues |
Ondersteunde Talen | 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": [ " |