Lightning Deals

Instant Lightning Deals from Amazon.com

Vad är Lightning Deals?

Lightning Deals är en Chrome-tillägg utvecklad av http://healthwonders.com, och dess huvudfunktion är "Instant Lightning Deals from Amazon.com".

Tilläggsskärmbilder

screenshot

Ladda ner Lightning Deals-förlängningens CRX-fil

Ladda ner Lightning Deals-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Lightning Deals covers instantly lightning deals from Amazon.com store. This extension is free with everyone and easy to use. This is not use any memory form users' computer to process. By keeping the convenient to shopping, can you please give us your suggestions. We will happy to listen and improve it for later version.                    

Grundläggande Information om Tillägg

Namn Lightning Deals Lightning Deals
ID mdlofmjhfalomfbkgccfdjignifjgjbe
Officiell webbadress https://chrome.google.com/webstore/detail/lightning-deals/mdlofmjhfalomfbkgccfdjignifjgjbe
Beskrivning Instant Lightning Deals from Amazon.com
Filstorlek 174 KB
Antal Installationer 183
Aktuell Version 1.1
Senast Uppdaterad 2014-03-08
Publiceringsdatum 2014-03-08
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare http://healthwonders.com
Betalningssätt free
Stödda Språk en
manifest.json
{
    "name": "Lightning Deals",
    "version": "1.1",
    "description": "Instant Lightning Deals from Amazon.com",
    "browser_action": {
        "default_title": "Lightning Deals",
        "default_icon": "icons\/64.png",
        "default_popup": "TodayDeal.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true,
        "css": [
            "style.css"
        ]
    },
    "icons": {
        "128": "icons\/128.png",
        "16": "icons\/32.png",
        "48": "icons\/64.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.google.com\/*"
            ],
            "js": [
                "custom.js"
            ]
        }
    ],
    "permissions": [
        "alarms",
        "storage",
        "http:\/\/*.fashion4seasons.net\/*"
    ],
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}