i-wantit

Ajouter toutes vos envies à votre wishlist i-wantit depuis votre navigateur chrome

i-wantit là gì?

i-wantit là một tiện ích mở rộng Chrome được phát triển bởi http://i-wantit.com, và tính năng chính của nó là "Ajouter toutes vos envies à votre wishlist i-wantit depuis votre navigateur chrome".

Ả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 i-wantit

Tải xuống các tệp mở rộng i-wantit 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

                        L'appli qui rassemble toutes vos envies et celles de vos proches !
Découvrez les tendances du moment et partagez les avec vos amis. Terminé les cadeaux ratés ! 
Partagez vos wishlists iwantit pour être sûrs de faire plaisir, mais aussi que l'on vous offre les cadeaux dont vous rêvez.

L'extension Chrome permet d'ajouter des produits très facilement dans votre liste i-wantit, depuis vos sites e-commerce favoris! Rendez-vous simplement sur la page d'un produit qui vous intéresse, puis cliquez sur l'icône i-wantit à droite de votre barre de navigation ou directement sur la page du produit.

Connectez-vous à i-wantit via email et mot de passe ou bien directement via Facebook.                    

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

Tên i-wantit i-wantit
ID gdfpjfcbjiokoffbjdfgcffmppjklclj
URL Chính Thức https://chrome.google.com/webstore/detail/gdfpjfcbjiokoffbjdfgcffmppjklclj
Mô tả Ajouter toutes vos envies à votre wishlist i-wantit depuis votre navigateur chrome
Kích Thước Tệp 144 KB
Số Lần Cài Đặt 105
Phiên Bản Hiện Tại 2.0.2
Cập Nhật Lần Cuối 2022-04-27
Ngày Phát Hành 2017-02-10
Đánh Giá 4.20/5 Tổng số 5 Đánh Giá
Nhà Phát Triển http://i-wantit.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.i-wantit.com
URL Trang Chính Sách Bảo Mật https://www.i-wantit.com/politics
Ngôn Ngữ Được Hỗ Trợ fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "i-wantit",
    "description": "Ajouter toutes vos envies \u00e0 votre wishlist i-wantit depuis votre navigateur chrome",
    "version": "2.0.2",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        "*:\/\/*.i-wantit.com\/*",
        "https:\/\/*.amplitude.com\/*"
    ],
    "permissions": [
        "storage",
        "activeTab",
        "scripting",
        "identity",
        "tabs",
        "cookies"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/iwantit-icon.png",
            "32": "\/images\/iwantit-icon.png",
            "48": "\/images\/iwantit-icon.png",
            "128": "\/images\/iwantit-icon.png"
        }
    },
    "icons": {
        "16": "\/images\/iwantit-icon.png",
        "32": "\/images\/iwantit-icon.png",
        "48": "\/images\/iwantit-icon.png",
        "128": "\/images\/iwantit-icon.png"
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "css": [
                "main.css"
            ],
            "js": [
                "content-script.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/images\/*",
                "popup.js",
                "popup.html",
                "lib\/*.js",
                "main.css"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}