Universal Price Checker - Tracker

Track and check any value or price on any website you need. Get notification by Email and Telegram on values changes.

Universal Price Checker - Trackerคืออะไร?

Universal Price Checker - Tracker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://tm.s-host.net/pricechecker และคุณลักษณะหลักของมันคือ "Track and check any value or price on any website you need. Get notification by Email and Telegram on values changes."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Universal Price Checker - Tracker

ดาวน์โหลดไฟล์ส่วนขยาย Universal Price Checker - Tracker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Our service will tirelessly (once an hour by default) check ANY PRICES on ANY WEBSITE you need ! Regularly checks changing prices, allowing you to save hundreds on goods, hotel, car, airline ticket bookings, and more. (frequency of checks is adjustable).The service works locally on your computer in the environment of your Google Chrome - complete privacy of information. When prices changes on sites that have been configured in the service, you will receive a notification on the screen and a message to your email and your Telegram (customizable). Keep in mind - Our service works only while your computer is turned on and Google Chrome is running on it (enough in a minimized window).
4.500 
New smart algorithm for multi-prices sites
Progress Bar on icon
Few bugs fixed

4.007
New feature - SEARCH
For Search start input on keyboard..

4.006
- minor bugs fixed

4.005
- minor bugs fixed
- 2nd version of similar trackings algorithm

4.002
- minor bugs fixed
- Group tasks (check, delete, settings)

- New notification settings 
   - on increase
   - on decrease

- New history mode

- Reset track function

- New events window with last events

- 

version 3.20
Dismiss button in notifications

version 3.11
Some errors fix

version 3.10
Some errors fix

version 3.01
Multiple tracking - select "Follow all similar on the page" in context menu

version 2.66
- add default values to notification settings 

version 2.65
- extended notification settings
- extended refresh settings (individual refresh setting for site)
- clickable Chrome popup notification                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Universal Price Checker - Tracker Universal Price Checker - Tracker
ID gpjkciopefegnhlfmkeeddglljgipiop
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/universal-price-checker-t/gpjkciopefegnhlfmkeeddglljgipiop
คำอธิบาย Track and check any value or price on any website you need. Get notification by Email and Telegram on values changes.
ขนาดไฟล์ 267 KB
จำนวนการติดตั้ง 20
เวอร์ชันปัจจุบัน Price Checker 4.500 (Tracking All Similar prices/Telegram/Email Notification/Refresh Settings/Notification Settings)
อัปเดตครั้งล่าสุด 2020-04-25
วันที่เผยแพร่ 2020-04-22
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://tm.s-host.net/pricechecker
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://tm.s-host.net/pricechecker
URL หน้าช่วยเหลือ https://tm.s-host.net/pricechecker
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Universal Price Checker - Tracker",
    "short_name": "Price Checker",
    "manifest_version": 2,
    "description": "Track and check any value or price on any website you need. Get notification by Email and Telegram on values changes.",
    "version": "4.500",
    "version_name": "Price Checker 4.500 (Tracking All Similar prices\/Telegram\/Email Notification\/Refresh Settings\/Notification Settings)",
    "icons": {
        "16": "ico16_16.png",
        "48": "ico48_48.png",
        "128": "ico128_128.png"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/",
        "power",
        "webNavigation",
        "webRequest",
        "webRequestBlocking",
        "tabs",
        "",
        "storage",
        "contextMenus",
        "identity",
        "identity.email",
        "notifications",
        "alarms"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "lic.js",
                "injected.js",
                "jquery-3.4.1.min.js"
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ]
}