Price tracker - Otsledit

Price tracker, web page content tracker, monitoring history.

Hvad er Price tracker - Otsledit?

Price tracker - Otsledit er en Chrome-udvidelse udviklet af https://otsledit.app, og dens hovedfunktion er "Price tracker, web page content tracker, monitoring history.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot
screenshot

Download Price tracker - Otsledit-udvidelses-CRX-fil

Download Price tracker - Otsledit-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Price tracker - Otsledit Price tracker - Otsledit
ID ibamclpibpnhmkaphhemfbljmenlpbch
Officiel URL https://chromewebstore.google.com/detail/price-tracker-otsledit/ibamclpibpnhmkaphhemfbljmenlpbch
Beskrivelse Price tracker, web page content tracker, monitoring history.
Filstørrelse 2.69 MB
Antal Installationer 20,000
Nuværende Version 2.5.49
Senest Opdateret 2024-02-19
Udgivelsesdato 2020-07-03
Bedømmelse 4.34/5 Samlet 432 Bedømmelser
Udvikler https://otsledit.app
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://otsledit.app
URL til Fortrolighedspolitik Side https://otsledit.app/en/private_policy
Understøttede Sprog 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": [
                ""
            ]
        }
    ]
}