Wish’nbox

Mettez de côté toutes vos idées shopping depuis n'importe quel site.

What is Wish’nbox?

Wish’nbox is a Chrome extension developed by https://www.wishnbox.com, and its main feature is "Mettez de côté toutes vos idées shopping depuis n'importe quel site.".

Extension Screenshots

screenshot

Download Wish’nbox Extension CRX File

Download Wish’nbox 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

                        Wish'nbox est une application qui facilite le shopping en ligne en vous permettant de mettre de côté vos articles préférés et obtenir des réductions personnalisées.                    

Extension Basic Information

Name Wish’nbox Wish’nbox
ID fkopafkenbokegbihfeigejjkjagbhlk
Official URL https://chromewebstore.google.com/detail/wish%E2%80%99nbox/fkopafkenbokegbihfeigejjkjagbhlk
Description Mettez de côté toutes vos idées shopping depuis n'importe quel site.
File Size 49.51 KB
Installation Count 145
Current Version 1.0.5
Last Updated 2015-03-23
Publish Date 2015-03-23
Rating 5.00/5 Total 3 Ratings
Developer https://www.wishnbox.com
Payment Type free
Extension Website http://www.wishnbox.com/
Supported Languages fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "js": [
                "includes\/content.js"
            ]
        }
    ],
    "name": "Wish\u2019nbox",
    "icons": {
        "128": "icons\/icon128.png",
        "48": "icons\/icon48.png",
        "16": "icons\/button.png"
    },
    "web_accessible_resources": [
        "res\/*",
        "assets\/*",
        "icons\/*"
    ],
    "description": "Mettez de c\u00f4t\u00e9 toutes vos id\u00e9es shopping depuis n'importe quel site.",
    "background": {
        "page": "background.html"
    },
    "homepage_url": "http:\/\/www.wishnbox.com\/",
    "version": "1.0.5",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "browser_action": {
        "default_icon": "icons\/button.png",
        "default_title": "Wishnbox"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus",
        "webNavigation"
    ]
}