Add to Wishlist Button | Wishtack

Fill your Wishtack wishlist from any website and let your friends offer you gifts or contribute to the money pot we create for you.

Add to Wishlist Button | Wishtack란 무엇입니까?

Add to Wishlist Button | Wishtack은(는) https://wishtack.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Fill your Wishtack wishlist from any website and let your friends offer you gifts or contribute to the money pot we create for you."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Add to Wishlist Button | Wishtack 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Wishtack's Add to Wishlist button extension will automatically add an "Add to Wishlist" button at the bottom right of any product page of any of your favorite shopping websites.

You can then share your wishes on any social network or by email.

Once shared, your friends are able to promise the gift and get in touch with you other friends to make a grouped gift.

In addition to this, we automatically create a money pot for you where any of your friends can contribute.

You can see Wishtack as the Amazon wishlist but it's easier to use and you have a money pot with no time limit where you can withdraw the money whenever you want.                    

확장 프로그램 기본 정보

이름 Add to Wishlist Button | Wishtack Add to Wishlist Button | Wishtack
ID iddjjfbapmjadkagocgbmgahlbiinbin
공식 URL https://chromewebstore.google.com/detail/add-to-wishlist-button-wi/iddjjfbapmjadkagocgbmgahlbiinbin
설명 Fill your Wishtack wishlist from any website and let your friends offer you gifts or contribute to the money pot we create for you.
파일 크기 137 KB
설치 횟수 237
현재 버전 2.18.4
최근 업데이트 2017-05-19
출시 날짜 2017-05-19
평점 5.00/5 총 1 개의 평점
개발자 https://wishtack.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.wishtack.com
개인정보 보호 정책 페이지 URL https://www.wishtack.com
지원되는 언어 en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "Wishtack",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "version": "2.18.4",
    "manifest_version": 2,
    "default_locale": "en",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content\/scripts\/chrome-extension-is-installed.js",
                "content\/scripts\/scrap-product.js",
                "content\/scripts\/app.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/icon_16.png",
        "128": "images\/icon_128.png"
    },
    "permissions": [
        "*:\/\/*\/*",
        "activeTab",
        "contextMenus"
    ]
}