giftful

The easiest way to add wishes to your giftful wishlists!

giftful란 무엇입니까?

giftful은(는) https://giftful.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The easiest way to add wishes to your giftful wishlists!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Automatically add wishes to your giftful wishlist.

Click on the giftful button when you find the perfect item you want and giftful will automatically load in the details for you! Just choose which wishlist you want to pin it to.                    

확장 프로그램 기본 정보

이름 giftful giftful
ID mbcfbddbppaccljmahnakpbafnoogmgi
공식 URL https://chromewebstore.google.com/detail/giftful/mbcfbddbppaccljmahnakpbafnoogmgi
설명 The easiest way to add wishes to your giftful wishlists!
파일 크기 286 KB
설치 횟수 14,105
현재 버전 1.8.7
최근 업데이트 2023-11-15
출시 날짜 2019-10-25
평점 3.91/5 총 11 개의 평점
개발자 https://giftful.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://giftful.com/
개인정보 보호 정책 페이지 URL https://giftful.com/privacy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "giftful",
    "description": "The easiest way to add wishes to your giftful wishlists!",
    "version": "1.8.7",
    "action": {
        "default_icon": {
            "16": "images\/giftful16.png",
            "32": "images\/giftful32.png",
            "48": "images\/giftful48.png",
            "128": "images\/giftful128.png"
        },
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "cookies",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/*.giftful.co\/*",
        "*:\/\/*.giftful.com\/*"
    ],
    "icons": {
        "16": "images\/giftful16.png",
        "32": "images\/giftful32.png",
        "48": "images\/giftful48.png",
        "128": "images\/giftful128.png"
    }
}