Istoric Preturi

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

Τι είναι το Istoric Preturi;

Το Istoric Preturi είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.istoric-preturi.info, και η κύρια λειτουργία του είναι "Compare and see prices history with the biggest prices and reviews aggregator in Romania. Mobile version also available".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Istoric Preturi

Λήψη αρχείων επέκτασης 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:\/\/*\/*"
            ]
        }
    ]
}