Price tracker - Otsledit

Price tracker, web page content tracker, monitoring history.

什么是Price tracker - Otsledit?

Price tracker - Otsledit是由https://otsledit.app开发的Chrome扩展程序,该扩展的主要功能是“Price tracker, web page content tracker, monitoring history.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Price tracker - Otsledit扩展crx文件

下载Price tracker - Otsledit扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Otsledit is a universal tracker. You can use it as a price tracker or content tracker for web pages.

You can select any block with the content you need on any site. The plugin will periodically check this block on a chosen web page, and it will notify you in case of any changes.

Otsledit allows you to track the drop or increase in the prices of products in online stores. To start tracking a price, open a product you are interested in, click the “Create Track” button and select a block with a price. You can see all the tracks, the history of changes, configure filters or delete unnecessary tracks in the watchlist. In most online stores, Otsledit recognizes the price and allows you to start tracking the price of the products in one click. If the extension correctly recognized the price on the page, we recommend tracking such a price in one click, in this case, if the price is lost or a discount appears, the tracker will see the changes and notify you. We also recommend testing different options for creating a track and choosing which one works best for your case.

You can also select several blocks at a time and, thus, track several changing parameters on one page. When changing one of the blocks, the whole track is marked as updated. Each track has two tracking modes. By default, the plugin tracks in the background. If you can’t track in the background, the plugin tracks with the help of the temporary opening of an pin tab page. You can also set up forced tracking through an pin tab page. It is recommended to activate this mode if the information is not tracked correctly in usual mode.

Main features:
* Easy selection of content for tracking on any webpage.
* History of changes.
* Track product price in one click.
* Browser notifications.
* Filters.
* Multiselection (multitracks).
* You can remove internal blocks, so as not to take them into account when tracking.
* You can track images.
* Email notifications.
* Coupons & offers

Quick start:
* Open a web page you need.
* Click the “Create Track” button.
* Choose a block you need.
* Confirm.
* Go to the list of all tracks if you need to configure filters or interval.

Otsledit allows you to create your own waitlist and receive notifications in case of price changes. Sellers from various online stores often change product prices. Otsledit helps you track these changes conveniently and buy products when the price drops.

The free version of the extension contains ads on the watchlist page. By installing the extension, you accept the terms of the "User Agreement" https://otsledit.app/en/agreement                    

扩展基本信息

名称 Price tracker - Otsledit Price tracker - Otsledit
ID ibamclpibpnhmkaphhemfbljmenlpbch
官方URL https://chromewebstore.google.com/detail/price-tracker-otsledit/ibamclpibpnhmkaphhemfbljmenlpbch
简介 Price tracker, web page content tracker, monitoring history.
文件大小 2.69 MB
安装次数 20,000
当前版本 2.5.49
更新时间 2024-02-19
上架时间 2020-07-03
评分 4.34/5 共432次评分
开发者 https://otsledit.app
电子邮箱 [email protected]
付费类型 free
扩展官网 https://otsledit.app
隐私政策页面URL https://otsledit.app/en/private_policy
支持的语言 id,ms,de,en,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,ar,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_EXTENSION_NAME__",
    "short_name": "__MSG_EXTENSION_SHORT_NAME__",
    "description": "__MSG_EXTENSION_DESCRIPTION__",
    "default_locale": "en",
    "version": "2.5.49",
    "background": {
        "service_worker": "bg.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js",
                ".\/uus\/contentuus.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "tabs",
        "contextMenus",
        "notifications",
        "activeTab",
        "unlimitedStorage",
        "storage",
        "scripting",
        "alarms",
        "offscreen"
    ],
    "host_permissions": [
        ""
    ],
    "icons": {
        "16": "img\/icon.png",
        "128": "img\/icon.png"
    },
    "action": {
        "default_title": "Otsledit",
        "default_icon": "img\/icon.png",
        "default_popup": "popup.html"
    },
    "options_page": "\/popup.html",
    "web_accessible_resources": [
        {
            "resources": [
                "\/dashboard\/index.html",
                "not.mp3",
                "audio.html"
            ],
            "matches": [
                ""
            ]
        }
    ]
}