Where2Shop
Where2shop(Smart way to Purchase).
Τι είναι το Where2Shop;
Το Where2Shop είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον dhanasekar.mani, και η κύρια λειτουργία του είναι "Where2shop(Smart way to Purchase).".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Where2Shop
Λήψη αρχείων επέκτασης Where2Shop σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
OVERVIEW - WHERE2SHOP is the First Indian Shopping Search Engine. You can compare prices from Best Online Stores. Give your online shopping the best experience you can ever imagine. No more downloads of different shopping apps. You can find all your favorite store be it Amazon, Flipkart, Snapdeal or other shopping sites. Where2shop is a one stop destination of all your favorite shopping stores. Shop Your favorite products online and compare prices, give the best value for your money.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | gdlgfajflgfjnhcgnpdhdhdihngndpmg |
Επίσημο URL | https://chrome.google.com/webstore/detail/where2shop/gdlgfajflgfjnhcgnpdhdhdihngndpmg |
Περιγραφή | Where2shop(Smart way to Purchase). |
Μέγεθος Αρχείου | 37.32 KB |
Αριθμός Εγκαταστάσεων | 19 |
Τρέχουσα Έκδοση | 2.2 |
Τελευταία Ενημέρωση | 2017-05-30 |
Ημερομηνία Δημοσίευσης | 2017-05-30 |
Αξιολόγηση | 4.64/5 Συνολικά 25 Αξιολογήσεις |
Προγραμματιστής | dhanasekar.mani |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | http://where2shop.in/ |
Διεύθυνση URL της Σελίδας Βοήθειας | http://where2shop.in/search.php?view=searchlist&layout=contactus |
URL της Σελίδας Πολιτικής Απορρήτου | http://www.where2shop.in/search.php?view=searchlist&layout=privacy |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Where2Shop", "version": "2.2", "description": "Where2shop(Smart way to Purchase).", "browser_action": { "default_icon": "icon.png" }, "permissions": [ "activeTab", "https:\/\/ajax.googleapis.com\/" ], "externally_connectable": { "matches": [ "*:\/\/www.where2shop.in\/*" ] }, "manifest_version": 2, "background": { "scripts": [ "background.js" ], "persistent": true }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "jquery-3.1.1.min.js", "content.js" ] } ] } |