Wishbob - Your online wish list

Add gift items from numerous online stores to your personal wish list with one click.

Wishbob - Your online wish listとは何ですか?

Wishbob - Your online wish listはhttps://www.wishbob.comによって開発されたChromeの拡張機能で、その主な機能は「Add gift items from numerous online stores to your personal wish list with one click.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Wishbob - Your online wish list拡張機能のCRXファイルをダウンロード

Wishbob - Your online wish list拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Gift articles and gift experiences from a wide range of online stores for your personal wish list.

The extension allows you to quickly and easily add products from stores like Amazon, Ebay and many more to your wish list. You can add gift experiences to your wish list with one click just as easily as handmade and vintage products from Etsy stores.

This extension makes it easy to collect gift suggestions for any occasion. Birthday, wedding, Christmas or baby shower: with one click, matching gift items or gift experiences can be added to your personal wish list on Wishbob.

Create your wish list now at https://www.wishbob.com/wishlist/create and add products from many online stores.                    

拡張機能の基本情報

名前 Wishbob - Your online wish list Wishbob - Your online wish list
ID giggglmimelmdhooafgachldkgapgmhb
公式URL https://chromewebstore.google.com/detail/wishbob-your-online-wish/giggglmimelmdhooafgachldkgapgmhb
説明 Add gift items from numerous online stores to your personal wish list with one click.
ファイルサイズ 24.13 KB
インストール数 1,366
現在のバージョン 1.0.4
最終更新日 2021-12-06
公開日 2019-08-05
開発者 https://www.wishbob.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.wishbob.com/es
ヘルプページのURL https://www.wishbob.com/preguntas
プライバシーポリシーページのURL https://www.wishbob.com/datenschutz
対応言語 de,en,fr,es,it
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "default_locale": "en",
    "name": "__MSG_appName__",
    "author": "wishbob.com",
    "version": "1.0.4",
    "short_name": "Wishbob",
    "description": "__MSG_appDesc__",
    "homepage_url": "https:\/\/www.wishbob.com",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png",
        "192": "icon192.png",
        "256": "icon256.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "icon16.png",
            "32": "icon32.png",
            "48": "icon48.png",
            "128": "icon128.png",
            "192": "icon192.png",
            "256": "icon256.png"
        },
        "default_title": "__MSG_defaultTitle__"
    },
    "background": {
        "scripts": [
            "wishbob.js"
        ]
    },
    "permissions": [
        "activeTab"
    ]
}