recheck-web Demo

One-click change detection of websites.

Τι είναι το recheck-web Demo;

Το recheck-web Demo είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://retest.de, και η κύρια λειτουργία του είναι "One-click change detection of websites.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης recheck-web Demo

Λήψη αρχείων επέκτασης recheck-web Demo σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Save time and effort when testing your web pages: this Chrome extension will show you all website differences. Whether you have to play "spot the difference" or are overwhelmed by changes: Our powerful filter mechanism allows you to quickly find the website changes that are relevant for you. To get a quick tutorial, go to https://retest.de/recheck-web-chrome-extension/

When clicking the button, this extension will send all of the website data to retest (https://retest.de/), where it will be either stored as Golden Master (=snapshot/base-line) for later comparison or compared to an existing Golden Master and the differences be highlighted. 

You can use either the review GUI or the open source recheck.cli to open the differences report. You can also filter out the differences you don't care about and quickly find relevant changes. This gives you unprecedented power: ignore font changes but not the text. Or ignore content but not CSS. Define your own filters with a simple git-like syntax.

While being a very helpful tool on it's own, this is also a convenient demo to show the power of the test automation tool recheck-web. recheck-web is an open source product at https://github.com/retest/recheck-web. 

You'll need to create a free retest account to use this extension. It needs permission to "Read and change your data on all retest.org sites" to send login data to retest.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα recheck-web Demo recheck-web Demo
ID ifbcdobnjihilgldbjeomakdaejhplii
Επίσημο URL https://chromewebstore.google.com/detail/recheck-web-demo/ifbcdobnjihilgldbjeomakdaejhplii
Περιγραφή One-click change detection of websites.
Μέγεθος Αρχείου 211 KB
Αριθμός Εγκαταστάσεων 671
Τρέχουσα Έκδοση 0.9.5
Τελευταία Ενημέρωση 2020-03-24
Ημερομηνία Δημοσίευσης 2020-03-24
Αξιολόγηση 4.40/5 Συνολικά 10 Αξιολογήσεις
Προγραμματιστής https://retest.de
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://retest.de/recheck-web-chrome-extension/
URL της Σελίδας Πολιτικής Απορρήτου https://retest.de/privacy-policy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "recheck-web Demo",
    "version": "0.9.5",
    "manifest_version": 2,
    "description": "One-click change detection of websites.",
    "permissions": [
        "activeTab",
        "https:\/\/*.retest.org\/",
        "https:\/\/*.retest.de\/"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "tooltip": "Click to create a Golden Master or a difference report of this website."
    },
    "background": {
        "scripts": [
            "full-page-screen-capture-api.js",
            "background.js"
        ],
        "persistent": true
    },
    "web_accessible_resources": [
        "login.html",
        "login.js",
        "keycloak.min.js"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}