Pricy

Pricy is your best friend when buying online. It tracks over 1.5 million products and gets you the best deals.

ما هو Pricy؟

Pricy هو إضافة Chrome تم تطويرها بواسطة https://pricy.ro، والميزة الرئيسية لها هي "Pricy is your best friend when buying online. It tracks over 1.5 million products and gets you the best deals.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Pricy

قم بتنزيل ملفات الامتداد Pricy بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Pricy este extensia de care ai nevoie pentru a cumpăra mereu la cel mai mic preț!
Cum te ajutăm?
Oricând vrei să cumperi ceva, apelează la Pricy. Monitorizăm prețurile de la cele mai mari magazine din România - eMAG, Altex, evoMAG, PC Garage, F64, Flanco, CEL, Media Galaxy și până la alte peste 200 de magazine.
Tu poți vedea în timp real care este evoluția prețurilor și unde găsești cele mai bune oferte de cumpărare.
Nu găsești pe moment un preț îndeajuns de bun? Nicio grijă! Iți oferim opțiunea de a seta alertă de preț – atunci când produsele tale favorite sunt reduse, vei fi primul care află!
 
Instalează extensia acum cu doar câteva clickuri – apoi bucură-te mereu de cea mai buna oferta de pe piață!                    

معلومات أساسية عن التمديد

الاسم Pricy Pricy
ID jnpfnacconjipomhfkphknjfmcnhagpb
عنوان URL الرسمي https://chromewebstore.google.com/detail/pricy/jnpfnacconjipomhfkphknjfmcnhagpb
الوصف Pricy is your best friend when buying online. It tracks over 1.5 million products and gets you the best deals.
حجم الملف 132 KB
عدد التثبيتات 130,654
النسخة الحالية 5.1.2
آخر تحديث 2024-03-02
تاريخ النشر 2020-04-08
تقييم 4.23/5 مجموع تقييمات 145
المطور https://pricy.ro
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.pricy.ro
عنوان صفحة المساعدة https://www.pricy.ro/legal/faq/
عنوان صفحة سياسة الخصوصية https://www.pricy.ro/legal/privacy
اللغات المدعومة en,ro
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extensionName__",
    "short_name": "__MSG_extensionName__",
    "version": "5.1.2",
    "default_locale": "en",
    "description": "__MSG_extensionDescription__",
    "icons": {
        "128": "icon128.png"
    },
    "browser_action": {
        "default_title": "__MSG_extensionName__",
        "default_icon": "icon128.png",
        "default_popup": "popup.html"
    },
    "author": "www.pricy.ro",
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "js": [
                "js\/content-init.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "https:\/\/www.pricy.ro\/",
        "tabs"
    ],
    "web_accessible_resources": [
        "icon48.png",
        "images\/*.*"
    ]
}