Price tracker - Otsledit

Price tracker, web page content tracker, monitoring history.

Apa itu Price tracker - Otsledit?

Price tracker - Otsledit adalah ekstensi Chrome yang dikembangkan oleh https://otsledit.app, dan fitur utamanya adalah "Price tracker, web page content tracker, monitoring history.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Price tracker - Otsledit

Unduh file ekstensi Price tracker - Otsledit dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Price tracker - Otsledit Price tracker - Otsledit
ID ibamclpibpnhmkaphhemfbljmenlpbch
URL Resmi https://chromewebstore.google.com/detail/price-tracker-otsledit/ibamclpibpnhmkaphhemfbljmenlpbch
Deskripsi Price tracker, web page content tracker, monitoring history.
Ukuran File 2.69 MB
Jumlah Instalasi 20,000
Versi Saat Ini 2.5.49
Terakhir Diperbarui 2024-02-19
Tanggal Publikasi 2020-07-03
Penilaian 4.34/5 Total 432 Penilaian
Pengembang https://otsledit.app
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://otsledit.app
URL Halaman Kebijakan Privasi https://otsledit.app/en/private_policy
Bahasa yang Didukung 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": [
                ""
            ]
        }
    ]
}