Istoric Preturi

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

什么是Istoric Preturi?

Istoric Preturi是由https://www.istoric-preturi.info开发的Chrome扩展程序,该扩展的主要功能是“Compare and see prices history with the biggest prices and reviews aggregator in Romania. Mobile version also available”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Istoric Preturi扩展crx文件

下载Istoric Preturi扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Istoric Preturi Istoric Preturi
ID hdhclckbeelgahmklefjjnpmhbljhcmd
官方URL https://chromewebstore.google.com/detail/istoric-preturi/hdhclckbeelgahmklefjjnpmhbljhcmd
简介 Compare and see prices history with the biggest prices and reviews aggregator in Romania. Mobile version also available
文件大小 246 KB
安装次数 6,089
当前版本 2.32
更新时间 2024-01-12
上架时间 2022-11-03
评分 5.00/5 共8次评分
开发者 https://www.istoric-preturi.info
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.istoric-preturi.info/
帮助页面URL https://www.istoric-preturi.info/contact
隐私政策页面URL https://www.istoric-preturi.info/privacy
支持的语言 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:\/\/*\/*"
            ]
        }
    ]
}