Pickot

Follow web listings, set keyword triggers, sit back and get notified! The ultimate page monitor without false alarms!

Τι είναι το Pickot;

Το Pickot είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον pickot, και η κύρια λειτουργία του είναι "Follow web listings, set keyword triggers, sit back and get notified! The ultimate page monitor without false alarms!".

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Pickot monitors pages as a list of data, tracks content when they change, and notifies you through emails. It is a page monitor, a data collector, and a time saver. And it's FREE!!!

Finding information is taking much longer than digesting them. We want to help you save time while keep you updated.

Pickot is in beta. We are still improving our product and we'd appreciate your feedbacks.

Features:

* Monitor any web listings (unlimited for beta!!)
* Specify keywords used to match the records.
* Email notifications upon new records.
* Archive records in the cloud.
* Event triggering: get notified when a desired content change takes place.
* Set email frequencies.
* Add pages with a couple of clicks.                    

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

Όνομα Pickot Pickot
ID lpoepnhhaenfkoihomigpcjkdjpghbip
Επίσημο URL https://chrome.google.com/webstore/detail/pickot/lpoepnhhaenfkoihomigpcjkdjpghbip
Περιγραφή Follow web listings, set keyword triggers, sit back and get notified! The ultimate page monitor without false alarms!
Μέγεθος Αρχείου 82.54 KB
Αριθμός Εγκαταστάσεων 58
Τρέχουσα Έκδοση 0.2.9
Τελευταία Ενημέρωση 2015-06-07
Ημερομηνία Δημοσίευσης 2015-06-07
Αξιολόγηση 3.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής pickot
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://www.pickot.com
Διεύθυνση URL της Σελίδας Βοήθειας http://www.pickot.com
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "0.2.9",
    "name": "Pickot",
    "description": "Follow web listings, set keyword triggers, sit back and get notified! The ultimate page monitor without false alarms!",
    "background": {
        "scripts": [
            "third_party\/js\/jquery.js",
            "js\/background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "commands": {
        "snapshot_mode": {
            "suggested_key": {
                "default": "Ctrl+Shift+A",
                "mac": "Ctrl+Shift+A"
            },
            "description": "Enable and disable the snapshot mode"
        }
    },
    "permissions": [
        "notifications",
        "tabs",
        "activeTab",
        "storage",
        ""
    ],
    "web_accessible_resources": [
        "pages\/*"
    ],
    "browser_action": {
        "default_icon": "images\/icon-16.png",
        "default_title": "Open\/close toolbar"
    }
}