Delivery Slot Finder

Delivery Slot Finder helps you find home delivery slots for UK supermarkets such as Tesco, Sainsburys and ASDA.

O que é Delivery Slot Finder?

Delivery Slot Finder é uma extensão do Chrome desenvolvida por https://deliveryslotfinder.co.uk, e sua principal característica é "Delivery Slot Finder helps you find home delivery slots for UK supermarkets such as Tesco, Sainsburys and ASDA.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Delivery Slot Finder

Baixe arquivos de extensão Delivery Slot Finder no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome Delivery Slot Finder Delivery Slot Finder
ID adfdodoepbbpapiimcnclmnkgmdbebec
URL Oficial https://chromewebstore.google.com/detail/delivery-slot-finder/adfdodoepbbpapiimcnclmnkgmdbebec
Descrição Delivery Slot Finder helps you find home delivery slots for UK supermarkets such as Tesco, Sainsburys and ASDA.
Tamanho do Arquivo 2.12 MB
Contagem de Instalações 202
Versão Atual 1.1
Última Atualização 2020-05-21
Data de Publicação 2020-05-20
Desenvolvedor https://deliveryslotfinder.co.uk
Tipo de Pagamento free
Site da Extensão https://deliveryslotfinder.co.uk
URL da Página de Ajuda https://deliveryslotfinder.co.uk
Idiomas Suportados 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
}