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
官方網址 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
電子郵箱 [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"
    ]
}