Amazon Warehouse Deals Finder

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

What is Amazon Warehouse Deals Finder?

Amazon Warehouse Deals Finder is a Chrome extension developed by Infinite Loop, and its main feature is "View the discounted Amazon Warehouse Deals price directly on any Amazon product page.".

Extension Screenshots

screenshot
screenshot

Download Amazon Warehouse Deals Finder Extension CRX File

Download Amazon Warehouse Deals Finder extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Amazon Warehouse Deals Finder Amazon Warehouse Deals Finder
ID jhfngpbbcdllkebjmllijaefmejolgpk
Official URL https://chromewebstore.google.com/detail/amazon-warehouse-deals-fi/jhfngpbbcdllkebjmllijaefmejolgpk
Description View the discounted Amazon Warehouse Deals price directly on any Amazon product page.
File Size 70.56 KB
Installation Count 759
Current Version 1.1.18
Last Updated 2021-04-13
Publish Date 2019-03-08
Rating 4.33/5 Total 6 Ratings
Developer Infinite Loop
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.iubenda.com/privacy-policy/38422953
Supported Languages 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"
    ]
}