DesiDeals

Never pay more! When you shop online.Know the lowest price of a product whether you are on Flipkart,Amazon, SnapDeal or Jabong

Τι είναι το DesiDeals;

Το DesiDeals είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://faq.programmerworld.net, και η κύρια λειτουργία του είναι "Never pay more! When you shop online.Know the lowest price of a product whether you are on Flipkart,Amazon, SnapDeal or Jabong".

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

screenshot
screenshot

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

Λήψη αρχείων επέκτασης DesiDeals σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Never pay more! - Know the lowest price of a product while you shop online
========================================================================
     Desi Deals and Saving
========================================================================
DesiDeals is a browser add-on that will automatically compare price and find the lowest price of a product while you are shopping online. 


DesiDeals advantage:
• Compare prices across all the top eCommerce sites
• visit your favorite store as always, but now we lets you know lowest price available form other popular web sites.

DesiDeals works on the following sites:

amazon.in
ebay.in
flipkart.com
snapdeal.com
shopclues.com
jabong.com

How do I use DesiDeals ?
========================================================================
Using your Chrome browser, continue to shop as you normally do. When you are on any product page, for example, a specific watch on any online shopping site, and hey! DesiDeals will also show you a price comparison across top eCommerce Sites for the same product. 

Questions you may want answers for:

Q) Does this add-on secretly snoop on my browsing activity?

A) No. 

Q) OK, but can you explain what it does?

A) Sure. It only extracts the product information you are looking at and fetches the same from the other listed sites. It also caches this information to make retrieval faster when needed. No other websites are accessed, and it definitely does not save any personal information.

Q) Will this work at all times?

A) We would love for it too, but it can break if any of the listed websites change their code-base. This does not happen frequently, and we will try to stay up-to-date with any changes.

Cheers!                    

Βασικές Πληροφορίες Επέκτασης

Όνομα DesiDeals DesiDeals
ID hpigbplglgfpijbfoegjmdkffnjopmbk
Επίσημο URL https://chrome.google.com/webstore/detail/desideals/hpigbplglgfpijbfoegjmdkffnjopmbk
Περιγραφή Never pay more! When you shop online.Know the lowest price of a product whether you are on Flipkart,Amazon, SnapDeal or Jabong
Μέγεθος Αρχείου 72.94 KB
Αριθμός Εγκαταστάσεων 15
Τρέχουσα Έκδοση 1.0.5
Τελευταία Ενημέρωση 2015-10-12
Ημερομηνία Δημοσίευσης 2015-10-12
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής http://faq.programmerworld.net
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://faq.programmerworld.net/amazon-discount-finder.htm
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "manifest_version": 2,
    "name": "DesiDeals",
    "description": "Never pay more! When you shop online.Know the lowest price of a product whether you are on Flipkart,Amazon, SnapDeal or Jabong",
    "version": "1.0.5",
    "icons": {
        "128": "icon128.png"
    },
    "permissions": [
        "storage",
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "web_accessible_resources": [
        "font-awesome\/fonts\/*.*",
        "images\/*.png"
    ],
    "content_scripts": [
        {
            "all_frames": false,
            "css": [
                "jquery-ui.min.css",
                "font-awesome\/css\/font-awesome.min.css",
                "perfect-scrollbar\/css\/perfect-scrollbar.min.css",
                "style.css"
            ],
            "js": [
                "jquery.js",
                "jquery-ui.min.js",
                "perfect-scrollbar\/js\/perfect-scrollbar.jquery.min.js",
                "helper.js",
                "fetchProducts.js",
                "readPage.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_idle"
        }
    ]
}