Add to GiftList Button

Add to GiftList Button

Add to GiftList Button란 무엇입니까?

Add to GiftList Button은(는) https://giftlist.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Add to GiftList Button"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Add to GiftList Button 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        GiftList is the easiest way to exchange gifts with friends and family for birthdays, holidays, and more!

The Add to GiftList Button allows you to easily add items to any of your gift lists while browsing the web. Install the extension, pin it to your browser toolbar, and then click the extension button to add any item on any site to your list. We will fetch your item details and allow you to choose the perfect featured image or add notes for your gift givers.

Before using the extension, you will need to create a GiftList account at giftlist.com. GiftList makes gifting easy. With GiftList you can create a universal wish list or gift registry, start group gift exchange, find the perfect gift, track special occasions, and send free e-Cards. What are you waiting for? Sign up for GiftList today.                    

확장 프로그램 기본 정보

이름 Add to GiftList Button Add to GiftList Button
ID cndocbccgacbffaddcafekhkdikmamdi
공식 URL https://chromewebstore.google.com/detail/add-to-giftlist-button/cndocbccgacbffaddcafekhkdikmamdi
설명 Add to GiftList Button
파일 크기 1.47 MB
설치 횟수 160
현재 버전 1.6
최근 업데이트 2023-11-15
출시 날짜 2022-10-11
평점 4.00/5 총 2 개의 평점
개발자 https://giftlist.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.giftlist.com/
도움말 페이지 URL https://www.giftlist.com/contact-us
개인정보 보호 정책 페이지 URL https://app.termly.io/document/privacy-policy/ab096308-1a0f-4cbc-a569-3253632d806a
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "Add to GiftList Button",
    "name": "Add to GiftList Button",
    "description": "Add to GiftList Button",
    "version": "1.6",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "tabs",
        "activeTab",
        "scripting"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "public\/css\/index.css"
            ],
            "matches": [
                ""
            ],
            "extension_ids": []
        }
    ],
    "host_permissions": [
        "https:\/\/admin.giftlist.com\/api\/*",
        "*:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "js": [
                "scripts\/content.js"
            ],
            "css": [
                "public\/css\/index.css"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "action": {
        "default_icon": {
            "16": "\/public\/images\/logo_16.png",
            "32": "\/public\/images\/logo_32.png",
            "48": "\/public\/images\/logo_48.png",
            "128": "\/public\/images\/logo_128.png"
        }
    },
    "icons": {
        "16": "\/public\/images\/logo_16.png",
        "32": "\/public\/images\/logo_32.png",
        "48": "\/public\/images\/logo_48.png",
        "128": "\/public\/images\/logo_128.png"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-inline'; frame-src 'self' *.walmartimages.com adclick.g.doubleclick.net drfdisvc.walmart.com *.quantummetric.com tap.walmart.com www.facebook.com www.recaptcha.net wallet.walmart.com tpc.googlesyndication.com *.online-metrix.net www.google.com *.vimeo.com vimeo.com identity.walmart.com wallet.walmart.com *.affirm.com *.eko.com *.shopstylecollective.com ln-rules.rewardstyle.com *.babylist.com cdn.cs.1worldsync.com cc.cs.1worldsync.com ws.cnetcontent.com ccsprodus1.blob.core.windows.net salsify-ecdn.com www.ezdia.com *.countr.one *.onefinance.com *.buywith.com wrd.walmart.com *.talkshop.live wss:\/\/api.talkshop.live"
    },
    "oauth2": {
        "client_id": "192788379011-3uf0ii69k0igf4uj5hvdla853jhmlo4r.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    }
}