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开发的Chrome扩展程序,该扩展的主要功能是“Delivery Slot Finder helps you find home delivery slots for UK supermarkets such as Tesco, Sainsburys and ASDA.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Delivery Slot Finder扩展crx文件

下载Delivery Slot Finder扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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 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
}