Pickot

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

¿Qué es Pickot?

Pickot es una extensión de Chrome desarrollada por pickot, y su función principal es "Follow web listings, set keyword triggers, sit back and get notified! The ultimate page monitor without false alarms!".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Pickot

Descarga archivos de extensión Pickot en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Pickot Pickot
ID lpoepnhhaenfkoihomigpcjkdjpghbip
URL Oficial https://chrome.google.com/webstore/detail/pickot/lpoepnhhaenfkoihomigpcjkdjpghbip
Descripción Follow web listings, set keyword triggers, sit back and get notified! The ultimate page monitor without false alarms!
Tamaño del Archivo 82.54 KB
Cantidad de Instalaciones 58
Versión Actual 0.2.9
Última Actualización 2015-06-07
Fecha de Publicación 2015-06-07
Calificación 3.00/5 Total de 2 Calificaciones
Desarrollador pickot
Tipo de Pago free
Sitio Web de la Extensión http://www.pickot.com
URL de la Página de Ayuda http://www.pickot.com
Idiomas Soportados 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"
    }
}