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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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:\/\/*\/*"
            ]
        }
    ]
}