Delivery Slot Finder
Delivery Slot Finder helps you find home delivery slots for UK supermarkets such as Tesco, Sainsburys and ASDA.
Delivery Slot Finder क्या है?
Delivery Slot Finder https://deliveryslotfinder.co.uk द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Delivery Slot Finder helps you find home delivery slots for UK supermarkets such as Tesco, Sainsburys and ASDA."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Delivery Slot Finder एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Delivery Slot Finder is a tool that let's you check the major UK supermarkets for home delivery slots in one click! Save time repeatedly manually checking each store for home delivery slots and let this app do the hard work for you. We aim to support the checking of the following UK supermarkets: - ASDA - Co-op - Iceland - Morrisons - Sainsbury's - Tesco - Waitrose Hopefully this should make finding a home delivery slot for your groceries much quicker now!
एक्सटेंशन की मूल जानकारी
नाम | Delivery Slot Finder |
ID | adfdodoepbbpapiimcnclmnkgmdbebec |
आधिकारिक URL | https://chromewebstore.google.com/detail/delivery-slot-finder/adfdodoepbbpapiimcnclmnkgmdbebec |
विवरण | Delivery Slot Finder helps you find home delivery slots for UK supermarkets such as Tesco, Sainsburys and ASDA. |
फ़ाइल का आकार | 2.12 MB |
स्थापना संख्या | 202 |
वर्तमान संस्करण | 1.1 |
अंतिम अपडेट | 2020-05-21 |
प्रकाशन तिथि | 2020-05-20 |
डेवलपर | https://deliveryslotfinder.co.uk |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://deliveryslotfinder.co.uk |
सहायता पृष्ठ URL | https://deliveryslotfinder.co.uk |
समर्थित भाषाएँ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Delivery Slot Finder", "description": "Delivery Slot Finder helps you find home delivery slots for UK supermarkets such as Tesco, Sainsburys and ASDA.", "version": "1.1", "background": { "scripts": [ "jsugly\/background.js" ], "persistent": true }, "content_scripts": [ { "matches": [ "https:\/\/*.tesco.com\/*", "https:\/\/*.asda.com\/*", "https:\/\/*.sainsburys.co.uk\/*", "https:\/\/*.iceland.co.uk\/*", "https:\/\/*.morrisons.com\/*", "https:\/\/*.coop.co.uk\/*", "https:\/\/*.waitrose.com\/*", "https:\/\/*.queue-it.net\/*" ], "js": [ "dist\/jquery\/jquery-3.1.1.min.js", "dist\/moment-with-locales.js", "contentscriptsugly\/contentscriptCommon.js", "contentscriptsugly\/contentscriptTesco.js", "contentscriptsugly\/contentscriptASDA.js", "contentscriptsugly\/contentscriptIceland.js", "contentscriptsugly\/contentscriptSainsburys.js", "contentscriptsugly\/contentscriptMorrisons.js", "contentscriptsugly\/contentscriptCoop.js", "contentscriptsugly\/contentscriptWaitrose.js", "contentscriptsugly\/contentscriptQueueIt.js" ], "css": [ "css\/contentPage.css" ], "run_at": "document_end" } ], "permissions": [ "tabs", "storage", "downloads", "notifications" ], "web_accessible_resources": [ "images\/*.png", "images\/*.gif", "images\/*.jpg", "\/images\/*.png", "\/images\/flags\/*.png", "\/images\/*.gif", "https:\/\/use.fontawesome.com\/releases\/v5.6.3\/js\/all.js", "fonts\/nunito\/Nunito-Regular.ttf", "fonts\/nunito\/Nunito-SemiBold.ttf", "fonts\/nunito\/Nunito-Bold.ttf", "fonts\/nunito\/Nunito-ExtraBold.ttf", "fonts\/nunito\/Nunito-Black.ttf", "\/jsugly\/*.js", "jsugly\/*.js", "\/app\/*.json", "\/appugly\/*.json" ], "browser_action": { "default_title": "Delivery Slot Finder", "default_icon": "images\/dsf128.png" }, "icons": { "128": "images\/dsf128.png", "16": "images\/dsf16.png" }, "manifest_version": 2 } |