Cenu Vēsture

Atradīs cenu vēsturi populāros sludinājumu portālos

What is Cenu Vēsture?

Cenu Vēsture is a Chrome extension developed by dmitrijs.balcers, and its main feature is "Atradīs cenu vēsturi populāros sludinājumu portālos".

Extension Screenshots

screenshot

Download Cenu Vēsture Extension CRX File

Download Cenu Vēsture extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Pavisam vienkārši, šis paplašinājums rādīs cenu izmaiņu sludinājumos ss.lv portālā.

SS.lv portālā, atver jebkuru dzīvokļa vai mājas pārdošanas sludinājumu, nošķirsti līdz cenai un tur Tu atradīsi cenu vēsturi šim sludinājumam.                    

Extension Basic Information

Name Cenu Vēsture Cenu Vēsture
ID ofdbkgblildgecmkfphgbhiijnpojkcj
Official URL https://chromewebstore.google.com/detail/cenu-v%C4%93sture/ofdbkgblildgecmkfphgbhiijnpojkcj
Description Atradīs cenu vēsturi populāros sludinājumu portālos
File Size 294 KB
Installation Count 68
Current Version 1.0
Last Updated 2022-01-18
Publish Date 2022-01-18
Rating 1.00/5 Total 1 Ratings
Developer dmitrijs.balcers
Email [email protected]
Payment Type free
Supported Languages lv
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cenu V\u0113sture",
    "description": "Atrad\u012bs cenu v\u0113sturi popul\u0101ros sludin\u0101jumu port\u0101los",
    "version": "1.0",
    "manifest_version": 2,
    "page_action": {
        "default_popup": "\/src\/index.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.ss.lv\/msg\/lv\/real-estate*",
                "https:\/\/www.ss.lv\/msg\/lv\/real-estate\/homes*"
            ],
            "js": [
                "\/src\/background.js"
            ]
        }
    ],
    "icons": {
        "128": "\/assets\/icon.png"
    }
}