Bookindy – Browse Amazon, buy independent
Browse Amazon and get the local bookshop price, which is sometimes cheaper. Buy online and pick up or get it delivered.
Bookindy – Browse Amazon, buy independent क्या है?
Bookindy – Browse Amazon, buy independent https://bookindy.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Browse Amazon and get the local bookshop price, which is sometimes cheaper. Buy online and pick up or get it delivered."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Bookindy – Browse Amazon, buy independent एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension works for Amazon UK only. US, Canada, Australia and Germany in the works. Amazon isn’t always cheaper than your local bookshop – You could use Bookindy to ensure you’re buying at the cheapest price. Books are sometimes out of stock on Amazon, but in stock at your local bookshop – You could use Bookindy to buy a book before it’s restocked on Amazon. Bookindy uses a brilliant service for independent bookshops called Hive, who deliver books directly from the wholesaler. Whether you pick up or get it delivered, your local bookshop benefits. You could use Bookindy to support your local independent bookshop and never actually visit it! Install and see for yourself.
एक्सटेंशन की मूल जानकारी
नाम | Bookindy – Browse Amazon, buy independent |
ID | pkojccpfacognnfgbafojnnlkeifcmhe |
आधिकारिक URL | https://chromewebstore.google.com/detail/bookindy-%E2%80%93-browse-amazon/pkojccpfacognnfgbafojnnlkeifcmhe |
विवरण | Browse Amazon and get the local bookshop price, which is sometimes cheaper. Buy online and pick up or get it delivered. |
फ़ाइल का आकार | 104 KB |
स्थापना संख्या | 903 |
वर्तमान संस्करण | 1.2.3 |
अंतिम अपडेट | 2015-10-05 |
प्रकाशन तिथि | 2015-10-05 |
रेटिंग | 4.32/5 कुल 25 रेटिंग्स |
डेवलपर | https://bookindy.com |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://bookindy.com |
सहायता पृष्ठ URL | http://bookindy.com |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Bookindy \u2013 Browse Amazon, buy independent", "short_name": "Bookindy", "version": "1.2.3", "manifest_version": 2, "description": "Browse Amazon and get the local bookshop price, which is sometimes cheaper. Buy online and pick up or get it delivered.", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "background": { "scripts": [ "scripts\/background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/www.amazon.co.uk\/*", "*:\/\/www.amazon.com\/*" ], "js": [ "scripts\/contentscript.js" ], "css": [], "run_at": "document_end", "all_frames": false } ], "web_accessible_resources": [ "elements\/*", "bower_components\/*" ], "permissions": [ "tabs", "*:\/\/www.amazon.co.uk\/*", "*:\/\/www.amazon.com\/*", "*:\/\/*.hive.co.uk\/*", "geolocation", "storage" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |