Wishfinity for Chrome

Save everything you want into a single centralized wishlist. Any store. Any brand. Anything imaginable. Start listing your wishes!

Wishfinity for Chrome란 무엇입니까?

Wishfinity for Chrome은(는) https://wishfinity.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Save everything you want into a single centralized wishlist. Any store. Any brand. Anything imaginable. Start listing your wishes!"입니다.

확장 프로그램 스크린샷

screenshot

Wishfinity for Chrome 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        With a single click, save items from any webpage to your free universal WishLink™ at wishfinity.com.

Wishfinity allows you to easily maintain a single wishlist of everything you want regardless of retailer or brand. 

Simply create a Wishfinity account and pin the extension to your browser bar. Whenever you see something you want, click the +W button, and we'll capture the item's title, image, description, and price. You can decide to override any of this information and set your wish's privacy level. The Wishfinity extension doesn't track your browsing activity and only activates upon click.

Wishfinity also allows you to share your WishLink via email, txt, social, or other apps, so family and friends know exactly what you want for gifting. Use your master wishlist for your birthday, Christmas, Mother's Day, Father's Day, Valentine's, or even as a registry for a wedding, new baby, housewarming, and more. 

Now you can save everything you want in one place without juggling separate wishlists amongst all your favorite stores. For more information, visit wishfinity.com.                    

확장 프로그램 기본 정보

이름 Wishfinity for Chrome Wishfinity for Chrome
ID mmaggdkehjjgbgeckkhodkgkjjmnkmmd
공식 URL https://chromewebstore.google.com/detail/wishfinity-for-chrome/mmaggdkehjjgbgeckkhodkgkjjmnkmmd
설명 Save everything you want into a single centralized wishlist. Any store. Any brand. Anything imaginable. Start listing your wishes!
파일 크기 115 KB
설치 횟수 208
현재 버전 1.0
최근 업데이트 2020-12-22
출시 날짜 2020-12-22
개발자 https://wishfinity.com
이메일 [email protected]
결제 유형 free
도움말 페이지 URL https://info.wishfinity.com/help/overview
개인정보 보호 정책 페이지 URL https://info.wishfinity.com/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Wishfinity for Chrome",
    "version": "1.0",
    "description": "Save everything you want into a single centralized wishlist. Any store. Any brand. Anything imaginable. Start listing your wishes!",
    "manifest_version": 2,
    "icons": {
        "16": ".\/dist\/icons\/icon-16.png",
        "32": ".\/dist\/icons\/icon-32.png",
        "48": ".\/dist\/icons\/icon-48.png",
        "128": ".\/dist\/icons\/icon-128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": ".\/dist\/icons\/icon-16.png",
            "32": ".\/dist\/icons\/icon-32.png",
            "48": ".\/dist\/icons\/icon-48.png",
            "128": ".\/dist\/icons\/icon-128.png"
        }
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "background": {
        "scripts": [
            "dist\/background.dist.js"
        ]
    },
    "permissions": [
        "tabs"
    ]
}