Amazon Warehouse Deals Finder

View the discounted Amazon Warehouse Deals price directly on any Amazon product page.

Wat is Amazon Warehouse Deals Finder?

Amazon Warehouse Deals Finder is een Chrome-extensie ontwikkeld door Infinite Loop, en de belangrijkste functie is "View the discounted Amazon Warehouse Deals price directly on any Amazon product page.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Amazon Warehouse Deals Finder

Download Amazon Warehouse Deals Finder-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Visualizza istantaneamente i prezzi scontati di Amazon Warehouse Deals su qualsiasi pagina dei prodotti Amazon.it                    

Basisinformatie over de Extensie

Naam Amazon Warehouse Deals Finder Amazon Warehouse Deals Finder
ID jhfngpbbcdllkebjmllijaefmejolgpk
Officiële URL https://chromewebstore.google.com/detail/amazon-warehouse-deals-fi/jhfngpbbcdllkebjmllijaefmejolgpk
Beschrijving View the discounted Amazon Warehouse Deals price directly on any Amazon product page.
Bestandsgrootte 70.56 KB
Aantal Installaties 759
Huidige Versie 1.1.18
Laatst Bijgewerkt 2021-04-13
Publicatiedatum 2019-03-08
Beoordeling 4.33/5 Totaal 6 Beoordelingen
Ontwikkelaar Infinite Loop
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://www.iubenda.com/privacy-policy/38422953
Ondersteunde Talen en,it
manifest.json
{
    "background": {
        "persistent": true,
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "scripts\/contentscript.js"
            ],
            "matches": [
                "*:\/\/*.amazon.it\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "default_locale": "it",
    "description": "View the discounted Amazon Warehouse Deals price directly on any Amazon product page.",
    "homepage_url": "http:\/\/fluentbits.com\/warehousespy",
    "icons": {
        "128": "images\/icon-128.png",
        "16": "images\/icon-16.png",
        "19": "images\/icon-19.png",
        "24": "images\/icon-24.png",
        "32": "images\/icon-32.png"
    },
    "manifest_version": 2,
    "name": "Amazon Warehouse Deals Finder",
    "page_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "24": "images\/icon-24.png",
            "32": "images\/icon-32.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "Amazon Warehouse Deals Finder"
    },
    "permissions": [
        "activeTab",
        "background",
        "storage",
        "*:\/\/*.amazon.it\/*"
    ],
    "short_name": "Warehouse",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1.18",
    "web_accessible_resources": [
        "images\/icon-24.png"
    ]
}