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
Eメール [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"
    ]
}