Price tracker - Otsledit

Price tracker, web page content tracker, monitoring history.

O que é Price tracker - Otsledit?

Price tracker - Otsledit é uma extensão do Chrome desenvolvida por https://otsledit.app, e sua principal característica é "Price tracker, web page content tracker, monitoring history.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Price tracker - Otsledit

Baixe arquivos de extensão Price tracker - Otsledit no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Price tracker - Otsledit Price tracker - Otsledit
ID ibamclpibpnhmkaphhemfbljmenlpbch
URL Oficial https://chromewebstore.google.com/detail/price-tracker-otsledit/ibamclpibpnhmkaphhemfbljmenlpbch
Descrição Price tracker, web page content tracker, monitoring history.
Tamanho do Arquivo 2.69 MB
Contagem de Instalações 20,000
Versão Atual 2.5.49
Última Atualização 2024-02-19
Data de Publicação 2020-07-03
Classificação 4.34/5 Total de 432 Avaliações
Desenvolvedor https://otsledit.app
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://otsledit.app
URL da Página de Política de Privacidade https://otsledit.app/en/private_policy
Idiomas Suportados 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": [
                ""
            ]
        }
    ]
}