cvalue

Compare prices of mobiles,laptops,home appliances,fashion,books from amazon,flipkart,snapdeal,etc.

ما هو cvalue؟

cvalue هو إضافة Chrome تم تطويرها بواسطة https://www.cvalue.in، والميزة الرئيسية لها هي "Compare prices of mobiles,laptops,home appliances,fashion,books from amazon,flipkart,snapdeal,etc.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        We built CVALUE with love. We believe every purchase is an investment, and requires an eye for detail. We're a bunch of consumers who are passionate in our pursuit of value. Consumer value is what we seek and strive to deliver.

With the CVALUE plugin for Chrome, you won't need to bother about additional tabs as you browse through your online shopping trail. Simply install the chrome extension and forget about it! The next time you shop online, CVALUE would work under the hood to ensure you discover the best price!

WHY YOU SHOULD INSTALL CVALUE CHROME EXTENSION?

* CVALUE chrome extension now supports almost all product lines viz; Electronics, Men's, Women's and Kid's Fashion, Home decor, Books, Baby Products, Automobile Accessories, Health & Fitness and Travel needs. 

* After installing the CVALUE chrome extension, go to any online shopping website and select your product.  On the bottom right corner of the page, you will get CVALUE recommendation on the LOWEST ONLINE PRICE available for the product so you can save money.

* You will also see SIMILAR PRODUCTS in the category around the same price range that helps you decide on your purchase. 

* The extension also features a PRICE GRAPH of the product recommended that helps you decide when you should buy the product.

* You will also find our extension button on the top right hand corner next to the address bar.  This gives you some more shopping deals:
    1. Deals and Offers at CVALUE
    2. Coupons available currently at other online stores.
    3. Product of the day deal at CVALUE

Go ahead and install the CVALUE chrome extension on your browser so you don't miss out on true value.                    

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

الاسم cvalue cvalue
ID mjhmmbjikogpmfepjhmljhamfdandcag
عنوان URL الرسمي https://chromewebstore.google.com/detail/cvalue/mjhmmbjikogpmfepjhmljhamfdandcag
الوصف Compare prices of mobiles,laptops,home appliances,fashion,books from amazon,flipkart,snapdeal,etc.
حجم الملف 342 KB
عدد التثبيتات 27
النسخة الحالية 3.3.7.4
آخر تحديث 2016-10-08
تاريخ النشر 2016-10-08
تقييم 4.20/5 مجموع تقييمات 10
المطور https://www.cvalue.in
نوع الدفع free
موقع الإضافة http://www.cvalue.in
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "cvalue",
    "short_name": "cvalue",
    "description": "Compare prices of mobiles,laptops,home appliances,fashion,books from amazon,flipkart,snapdeal,etc.",
    "version": "3.3.7.4",
    "browser_action": {
        "default_icon": "\/images\/logos\/icon96.png",
        "default_popup": "\/html\/popup.html"
    },
    "web_accessible_resources": [
        "\/html\/compare.html",
        "\/images\/close\/close1.png",
        "\/images\/close\/close2.png",
        "\/js\/inject.js"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "css": [
                "\/css\/main.css"
            ],
            "js": [
                "\/js\/jquery-2.1.4.min.js",
                "\/js\/inject.js"
            ],
            "images": [
                "\/images\/close\/close1.png",
                "\/images\/close\/close2.png"
            ],
            "run-at": [
                "document_end"
            ],
            "all_frames": true
        }
    ],
    "permissions": [
        "contextMenus",
        "activeTab"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "\/js\/search on cvalue.js",
            "\/js\/installation_complete.js"
        ]
    },
    "icons": {
        "16": "\/images\/logos\/icon16.png",
        "32": "\/images\/logos\/icon32.png",
        "48": "\/images\/logos\/icon48.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}