Pickot

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

Apa itu Pickot?

Pickot adalah ekstensi Chrome yang dikembangkan oleh pickot, dan fitur utamanya adalah "Follow web listings, set keyword triggers, sit back and get notified! The ultimate page monitor without false alarms!".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Pickot

Unduh file ekstensi Pickot dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Pickot Pickot
ID lpoepnhhaenfkoihomigpcjkdjpghbip
URL Resmi https://chrome.google.com/webstore/detail/pickot/lpoepnhhaenfkoihomigpcjkdjpghbip
Deskripsi Follow web listings, set keyword triggers, sit back and get notified! The ultimate page monitor without false alarms!
Ukuran File 82.54 KB
Jumlah Instalasi 58
Versi Saat Ini 0.2.9
Terakhir Diperbarui 2015-06-07
Tanggal Publikasi 2015-06-07
Penilaian 3.00/5 Total 2 Penilaian
Pengembang pickot
Tipe Pembayaran free
Situs Ekstensi http://www.pickot.com
URL Halaman Bantuan http://www.pickot.com
Bahasa yang Didukung 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"
    }
}