Cadeau clic

Cadeau clic

Cadeau clic란 무엇입니까?

Cadeau clic은(는) https://www.cadeauclic.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Cadeau clic"입니다.

확장 프로그램 스크린샷

screenshot

Cadeau clic 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Avec l'extension CadeauClic.com, ajoutez facilement à vos listes de cadeaux des articles que vous trouvez sur internet.

En un clic, le produit est ajouté directement à votre liste. Vous avez la possibilité de modifier le titre du produit, sa description, d'y indiquer des instructions de tailles, couleurs, d'ajouter une catégorie pour classer vos articles.

Il vous suffit ensuite de cliquer sur "Ajouter le produit".

Voilà c'est fait, l'article est ajouté sur votre liste de cadeaux.

CadeauClic vous permet de créer des listes de Naissance, Noël, Anniversaire, Mariage ...

Simple et gratuit, n'hésitez pas à tester notre site.                    

확장 프로그램 기본 정보

이름 Cadeau clic Cadeau clic
ID iibhgjabjkjelhnnmpicehdjbailljkf
공식 URL https://chromewebstore.google.com/detail/cadeau-clic/iibhgjabjkjelhnnmpicehdjbailljkf
설명 Cadeau clic
파일 크기 29.79 KB
설치 횟수 57
현재 버전 0.3
최근 업데이트 2021-10-27
출시 날짜 2021-10-27
개발자 https://www.cadeauclic.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.cadeauclic.com/
도움말 페이지 URL https://www.cadeauclic.com/contact/
개인정보 보호 정책 페이지 URL https://www.cadeauclic.com/conditions-generales-dutilisation
지원되는 언어 fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cadeau clic",
    "version": "0.3",
    "description": "Cadeau clic",
    "permissions": [
        "tabs",
        "*:\/\/*.cadeauclic.com\/*",
        "*:\/\/cadeauclic.com\/*",
        "storage"
    ],
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.cadeauclic.com\/*",
                "*:\/\/cadeauclic.com\/*"
            ],
            "js": [
                "cs.js"
            ],
            "all_frames": true
        }
    ],
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "img\/icon16.png",
            "24": "img\/icon24.png",
            "32": "img\/icon32.png"
        },
        "default_popup": "popup.html"
    },
    "manifest_version": 2
}