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
Eメール [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": [
                ""
            ]
        }
    ]
}