OLX storage

Збереження усіх обраних товарів. Моніторинг ціни. Побудова графіку динаміки зміни ціни.

What is OLX storage?

OLX storage is a Chrome extension developed by Bilka, and its main feature is "Збереження усіх обраних товарів. Моніторинг ціни. Побудова графіку динаміки зміни ціни.".

Extension Screenshots

screenshot
screenshot

Download OLX storage Extension CRX File

Download OLX storage 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

                        OLX storage - це безкоштовне розширення, що дозволяє Вам відстежувати зміни в обраних товарах.

Збереження усіх обраних товарів.
Моніторинг ціни.
Побудова графіку динаміки зміни ціни.                    

Extension Basic Information

Name OLX storage OLX storage
ID bljbpcaddoaiolaicfbkknicfgpfhfch
Official URL https://chromewebstore.google.com/detail/olx-storage/bljbpcaddoaiolaicfbkknicfgpfhfch
Description Збереження усіх обраних товарів. Моніторинг ціни. Побудова графіку динаміки зміни ціни.
File Size 59.19 KB
Installation Count 204
Current Version 2.2.1
Last Updated 2023-09-25
Publish Date 2020-05-26
Rating 3.38/5 Total 8 Ratings
Developer Bilka
Email [email protected]
Payment Type free
Supported Languages uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "uk",
    "manifest_version": 3,
    "version": "2.2.1",
    "icons": {
        "16": "images\/db_16.png",
        "32": "images\/db_32.png",
        "48": "images\/db_48.png",
        "64": "images\/db_64.png",
        "128": "images\/db_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.olx.ua\/*"
            ],
            "js": [
                "content_scripts\/olx.js"
            ],
            "run_at": "document_end"
        }
    ],
    "host_permissions": [
        "https:\/\/www.olx.ua\/*"
    ],
    "action": {
        "default_icon": {
            "16": "images\/db_16.png",
            "32": "images\/db_32.png",
            "48": "images\/db_48.png",
            "64": "images\/db_64.png",
            "128": "images\/db_128.png"
        },
        "default_title": "OLX storage",
        "default_popup": "popup\/popup.html"
    }
}