Shopping Genius

Shopping Genius helps you smartly find the best price online with no effort.

Wat is Shopping Genius?

Shopping Genius is een Chrome-extensie ontwikkeld door easysoft, en de belangrijkste functie is "Shopping Genius helps you smartly find the best price online with no effort.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Shopping Genius

Download Shopping Genius-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

                        Shopping Genius assists with shopping in more than 3,000 online shops.
It also shows you other similar and popular products that you might be interested in as well as available coupons. Only gets activated when there are better offers.                    

Basisinformatie over de Extensie

Naam Shopping Genius Shopping Genius
ID jpddalohgfnmaacfekclepijcjnhjljd
Officiële URL https://chromewebstore.google.com/detail/shopping-genius/jpddalohgfnmaacfekclepijcjnhjljd
Beschrijving Shopping Genius helps you smartly find the best price online with no effort.
Bestandsgrootte 80.77 KB
Aantal Installaties 97
Huidige Versie 1.0.6
Laatst Bijgewerkt 2016-04-24
Publicatiedatum 2016-04-23
Ontwikkelaar easysoft
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "manifest_version": 2,
    "name": "Shopping Genius",
    "version": "1.0.6",
    "background": {
        "page": "html\/background.html"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "lib\/jquery-1.11.3.min.js",
                "lib\/content_script.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "description": "Shopping Genius helps you smartly find the best price online with no effort.",
    "icons": {
        "128": "images\/icon128.png",
        "16": "images\/icon16.png",
        "48": "images\/icon48.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "permissions": [
        "storage",
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}