WISHUPON - A Shopping Wishlist Clipper

Create your universal shopping wishlist in one place

Co je WISHUPON - A Shopping Wishlist Clipper?

WISHUPON - A Shopping Wishlist Clipper je rozšíření Chrome vyvinuté https://wishupon.app, a jeho hlavní funkcí je „Create your universal shopping wishlist in one place“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření WISHUPON - A Shopping Wishlist Clipper

Stáhněte si soubory rozšíření WISHUPON - A Shopping Wishlist Clipper ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        CREATE A WISH LIST AND SHARE A GIFT REGISTRY.
GET PRICE DROP NOTIFICATIONS.

💻INSTALL the Wishupon Clipper.
📱 DOWNLOAD the Wishupon app on Google Play and App Store. 
🛍CREATE your wishlist and share it with friends and family.

Tired of taking screenshots and copying URLs? WISHUPON is a universal shopping wishlist that helps you to save favorite items from any online store in one place. Save any item from all your favorite stores to WISHUPON.

With WISHUPON Clipper, you can save any product on the e-commerce site to your wishlist. Save all you want to buy later, and we’ll keep track of price changes and let you know by Wishupon app and email.



💜 FEATURES 💜

SAVE WITH ONE CLICK
If you come across items you want to buy later, save them from tons of online stores. And so you can get back to them when you’re ready. 

GET PRICE DROP NOTIFS 
We save items along with the product name, image, price, and links and send you notifications when the price drops. Grab the chance to purchase at the best price.  
 
SHARE WITH FRIENDS
Share your wishlists with friends and family via the WISHUPON app. Whoever received the wishlist link can see them without WISHUPON app and even on Messenger, Whatsapp, Facebook, Twitter, etc. Plus, you can post a poll on Snapchat Stories to ask your friends to ‘Buy it or Not.’

SET A GIFT REGISTRY 🎁
Share your Collections for a wedding registry, a baby registry, etc. So, family and friends can choose a gift and leave a message for you. Then, when they reserve the gift, you will be notified on the app. 

Happy Wishuponing! 🛍                    

Základní Informace o Rozšíření

Název WISHUPON - A Shopping Wishlist Clipper WISHUPON - A Shopping Wishlist Clipper
ID pjogcfefhpolfclgebhfpambjlndbpek
Oficiální URL https://chromewebstore.google.com/detail/wishupon-a-shopping-wishl/pjogcfefhpolfclgebhfpambjlndbpek
Popis Create your universal shopping wishlist in one place
Velikost souboru 262 KB
Počet instalací 2,221
Aktuální Verze 0.0.5
Poslední Aktualizace 2021-10-19
Datum Vydání 2021-04-12
Hodnocení 3.25/5 Celkem 8 Hodnocení
Vývojář https://wishupon.app
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://wishupon.app/
URL Stránky Zásad Ochrany Soukromí https://wishupon.app/policy/privacy/en/index.html
Podporované Jazyky de,en,fr,es,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WISHUPON - A Shopping Wishlist Clipper",
    "description": "__MSG_extDescription__",
    "manifest_version": 2,
    "version": "0.0.5",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png"
        },
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "activeTab"
    ],
    "default_locale": "en",
    "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com https:\/\/apis.google.com https:\/\/www.googletagmanager.com; object-src 'self'"
}