Add to Giftster Wish List Registry

Add items from any store to your Giftster wish lists, including child account wish lists.

什么是Add to Giftster Wish List Registry?

Add to Giftster Wish List Registry是由https://www.giftster.com开发的Chrome扩展程序,该扩展的主要功能是“Add items from any store to your Giftster wish lists, including child account wish lists.”。

扩展截图

screenshot

下载Add to Giftster Wish List Registry扩展crx文件

下载Add to Giftster Wish List Registry扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Just click the Add to Giftster button when you are on a product page to add it to your wish list. Edit the details if desired, and add your star ranking, too.

Browse your favorite websites, add items to your list with Giftster, and your family and close friends only have to shop one list to discover all your favorite gift ideas.                    

扩展基本信息

名称 Add to Giftster Wish List Registry Add to Giftster Wish List Registry
ID igbiconphejknohhlfkbccjlemlnjndc
官方URL https://chromewebstore.google.com/detail/add-to-giftster-wish-list/igbiconphejknohhlfkbccjlemlnjndc
简介 Add items from any store to your Giftster wish lists, including child account wish lists.
文件大小 138 KB
安装次数 7,640
当前版本 1.1
更新时间 2022-06-08
上架时间 2016-11-11
评分 4.56/5 共9次评分
开发者 https://www.giftster.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.giftster.com/add-to-giftster-button/
帮助页面URL https://help.giftster.com/
隐私政策页面URL https://www.giftster.com/privacy
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Add to Giftster Wish List Registry",
    "short_name": "Add to Giftster",
    "description": "Add items from any store to your Giftster wish lists, including child account wish lists.",
    "version": "1.1",
    "icons": {
        "16": "icon-128.png",
        "48": "icon-128.png",
        "64": "icon-128.png",
        "128": "icon-128.png"
    },
    "action": {
        "default_icon": {
            "16": "browser-icon-16.png",
            "24": "browser-icon-32.png",
            "32": "browser-icon-64.png"
        },
        "default_popup": "popup.html",
        "default_title": "Add gift ideas from any site to Giftster"
    },
    "permissions": [
        "activeTab"
    ]
}