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文件

下載Wishfinity for Chrome擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    ]
}