Pickot

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

什么是Pickot?

Pickot是由pickot开发的Chrome扩展程序,该扩展的主要功能是“Follow web listings, set keyword triggers, sit back and get notified! The ultimate page monitor without false alarms!”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Pickot扩展crx文件

下载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"
    }
}