Wish’nbox

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

Wish’nbox là gì?

Wish’nbox là một tiện ích mở rộng Chrome được phát triển bởi https://www.wishnbox.com, và tính năng chính của nó là "Mettez de côté toutes vos idées shopping depuis n'importe quel site.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Wish’nbox

Tải xuống các tệp mở rộng Wish’nbox dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Wish’nbox Wish’nbox
ID fkopafkenbokegbihfeigejjkjagbhlk
URL Chính Thức https://chromewebstore.google.com/detail/wish%E2%80%99nbox/fkopafkenbokegbihfeigejjkjagbhlk
Mô tả Mettez de côté toutes vos idées shopping depuis n'importe quel site.
Kích Thước Tệp 49.51 KB
Số Lần Cài Đặt 145
Phiên Bản Hiện Tại 1.0.5
Cập Nhật Lần Cuối 2015-03-23
Ngày Phát Hành 2015-03-23
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://www.wishnbox.com
Loại Thanh Toán free
Trang Web Mở Rộng http://www.wishnbox.com/
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}