i-wantit

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

i-wantit란 무엇입니까?

i-wantit은(는) http://i-wantit.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Ajouter toutes vos envies à votre wishlist i-wantit depuis votre navigateur chrome"입니다.

확장 프로그램 스크린샷

screenshot

i-wantit 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 i-wantit i-wantit
ID gdfpjfcbjiokoffbjdfgcffmppjklclj
공식 URL https://chrome.google.com/webstore/detail/gdfpjfcbjiokoffbjdfgcffmppjklclj
설명 Ajouter toutes vos envies à votre wishlist i-wantit depuis votre navigateur chrome
파일 크기 144 KB
설치 횟수 105
현재 버전 2.0.2
최근 업데이트 2022-04-27
출시 날짜 2017-02-10
평점 4.20/5 총 5 개의 평점
개발자 http://i-wantit.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.i-wantit.com
개인정보 보호 정책 페이지 URL https://www.i-wantit.com/politics
지원되는 언어 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}