Visualping

Visualping Chrome Extension

Τι είναι το Visualping;

Το Visualping είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://visualping.io, και η κύρια λειτουργία του είναι "Visualping Chrome Extension".

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

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Visualping

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

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

                        Visualping is a simple service for monitoring websites for changes. You'll receive an email notification when it detects any change in the content of the page.

Version 4.6.7
- Fixes and improvements



Compared to other monitoring services, Visualping monitors pages visually and not based on the HTML markup. Use the service for competition monitoring, price checks, ticket availability tracking and more.

You can either choose to monitor the whole website or just an area of a website. To select the area, just drag a selection on the screenshot shown within the extension.

Happy Monitoring!                    

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

Όνομα Visualping Visualping
ID fbhjaehnpccniaiedddkbdhgicmcmgng
Επίσημο URL https://chromewebstore.google.com/detail/visualping/fbhjaehnpccniaiedddkbdhgicmcmgng
Περιγραφή Visualping Chrome Extension
Μέγεθος Αρχείου 1.2 MB
Αριθμός Εγκαταστάσεων 20,000
Τρέχουσα Έκδοση 4.6.7
Τελευταία Ενημέρωση 2024-02-15
Ημερομηνία Δημοσίευσης 2017-08-15
Αξιολόγηση 4.58/5 Συνολικά 1045 Αξιολογήσεις
Προγραμματιστής https://visualping.io
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://visualping.io
Διεύθυνση URL της Σελίδας Βοήθειας https://visualping.io/faq
URL της Σελίδας Πολιτικής Απορρήτου http://visualping.io/privacy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Visualping Chrome Extension",
    "version": "4.6.7",
    "manifest_version": 3,
    "name": "Visualping",
    "background": {
        "service_worker": "service_worker.bundle.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "19": "img\/icon19.png",
            "38": "img\/icon38.png",
            "76": "img\/icon76.png"
        }
    },
    "icons": {
        "16": "img\/icon16.png",
        "32": "img\/icon32.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "img\/*"
            ]
        }
    ],
    "permissions": [
        "unlimitedStorage",
        "activeTab",
        "tabs",
        "notifications",
        "scripting",
        "offscreen",
        "cookies"
    ],
    "host_permissions": [
        ""
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
    }
}