Istoric Preturi

Compare and see prices history with the biggest prices and reviews aggregator in Romania. Mobile version also available

Istoric Preturi là gì?

Istoric Preturi là một tiện ích mở rộng Chrome được phát triển bởi https://www.istoric-preturi.info, và tính năng chính của nó là "Compare and see prices history with the biggest prices and reviews aggregator in Romania. Mobile version also available".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Istoric Preturi

Tải xuống các tệp mở rộng Istoric Preturi dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Extensia oficiala a site-ului www.istoric-preturi.info, cel mai mare agregator de preturi si pareri din Romania. Vezi oricand istoricul pretului a zeci de milioane de produse de pe sute de site-uri (eMAG, Altex, ... si multe multe altele), si lista cu magazinele care vand un produs anume.

Reviews sunt agregate de la toate marile magazine si poti vedea cu usurinta parerile tuturor celor care au cumparat sau intentionat sa cumpere un produs anume.

Poti crea liste de favorite si seta alerte de pret sa primesti notificare cand un produs scade la pretul dorit.

E disponibila si versiune pentru telefon, vezi https://www.istoric-preturi.info/extension/?mobile pentru mai multe informatii.

Extensia poate contine link-uri affiliate dar doar in interiorul acesteia, nu va modifica nimic in site-urile vizitate                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Istoric Preturi Istoric Preturi
ID hdhclckbeelgahmklefjjnpmhbljhcmd
URL Chính Thức https://chromewebstore.google.com/detail/istoric-preturi/hdhclckbeelgahmklefjjnpmhbljhcmd
Mô tả Compare and see prices history with the biggest prices and reviews aggregator in Romania. Mobile version also available
Kích Thước Tệp 246 KB
Số Lần Cài Đặt 6,089
Phiên Bản Hiện Tại 2.32
Cập Nhật Lần Cuối 2024-01-12
Ngày Phát Hành 2022-11-03
Đánh Giá 5.00/5 Tổng số 8 Đánh Giá
Nhà Phát Triển https://www.istoric-preturi.info
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.istoric-preturi.info/
URL Trang Trợ Giúp https://www.istoric-preturi.info/contact
URL Trang Chính Sách Bảo Mật https://www.istoric-preturi.info/privacy
Ngôn Ngữ Được Hỗ Trợ en,ro
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extensionName__",
    "short_name": "__MSG_extensionName__",
    "version": "2.32",
    "default_locale": "en",
    "description": "__MSG_extensionDescription__",
    "icons": {
        "128": "img\/icon.png"
    },
    "action": {
        "default_title": "__MSG_extensionName__",
        "default_icon": "img\/icon.png",
        "default_popup": "mainPopup.html"
    },
    "author": "www.istoric-preturi.info",
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "js": [
                "js\/tabLoader.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "tabs",
        "scripting",
        "contextMenus",
        "alarms",
        "storage"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "icon48.png",
                "img\/*.*"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}