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
Eメール [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:\/\/*\/*"
            ]
        }
    ]
}