WebTrackr

Webtrackr monitors webpages for changes and alerts you via Email, Slack or Telegram on detecting a change.

Τι είναι το WebTrackr;

Το WebTrackr είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://webtrackr.io, και η κύρια λειτουργία του είναι "Webtrackr monitors webpages for changes and alerts you via Email, Slack or Telegram on detecting a change.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Webtrackr monitors web pages for changes and alerts you via Email, Slack or Telegram on detecting a change.

Simply install the extension, create an account on webtrackr.io & start tracking full web pages or sections of a web page for changes. Our bots monitor web pages for you on the cloud, up to every 2 minutes and alert you by Email, Slack and Telegram when we detect a change.

You can use Webtrackr for several use cases like competitor price tracking, getting notified of promotions/price changes/availability of your favorite products, keeping track of stock related financial news, watching out for appointment slots opening up,  monitoring court judgments, vaccine availability slots, SEO, legal compliance etc

In essence, Webtrackr has thousands of business and personal use cases. If you've ever want to get alerted on a web page change, Webtrackr is the right tool for you!

Webtrackr provides a clean, intuitive and easy to use dashboard at app.webtrackr.io where you can view and manage all items that you're tracking along with the complete change history/archives for that item. You can easily start/pause item tracking, modify checking intervals, notification channels etc  for all items you're tracking on the dashboard.

Our bots use the latest version of Chrome and run Javascript. so you can monitor both static and dynamic pages with Webtrackr!

If you ever run into any issues with Webtrackr or have any queries, you can reach out to us at [email protected] and we'll be happy to assist you.                    

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

Όνομα WebTrackr WebTrackr
ID ammedbmoegbndkhkmcdcbcffmghaiimg
Επίσημο URL https://chromewebstore.google.com/detail/webtrackr/ammedbmoegbndkhkmcdcbcffmghaiimg
Περιγραφή Webtrackr monitors webpages for changes and alerts you via Email, Slack or Telegram on detecting a change.
Μέγεθος Αρχείου 225 KB
Αριθμός Εγκαταστάσεων 379
Τρέχουσα Έκδοση 1.0.0
Τελευταία Ενημέρωση 2021-06-13
Ημερομηνία Δημοσίευσης 2021-06-13
Αξιολόγηση 2.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής https://webtrackr.io
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://webtrackr.io
Διεύθυνση URL της Σελίδας Βοήθειας https://webtrackr.io
URL της Σελίδας Πολιτικής Απορρήτου https://webtrackr.io/privacy
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WebTrackr",
    "description": "Webtrackr monitors webpages for changes and alerts you via Email, Slack or Telegram on detecting a change.",
    "version": "1.0.0",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-3.5.1.min.js",
                "content.js"
            ],
            "css": [
                "content.css"
            ],
            "all_frames": false
        }
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/logo16.png",
            "32": "images\/logo32.png",
            "48": "images\/logo48.png",
            "128": "images\/logo128.png"
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "storage",
        "notifications",
        "https:\/\/app.webtrackr.io\/*",
        "https:\/\/webtrackr.io\/*"
    ],
    "web_accessible_resources": [
        "modal.html"
    ]
}