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