WishCloud — Dream Sharing
Add your wish
Hvad er WishCloud — Dream Sharing?
WishCloud — Dream Sharing er en Chrome-udvidelse udviklet af Dominat, og dens hovedfunktion er "Add your wish".
Udvidelsesskærmbilleder
Download WishCloud — Dream Sharing-udvidelses-CRX-fil
Download WishCloud — Dream Sharing-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
                        Shopping & Dreaming Wishlist App #1.
Create and share your wishlist from any online store and mobile app! It could be an item or event, a stylish bag or dance courses, a new fragrance or a movie visit. No more screenshots and URL’s to make shopping wishlists!
— Discover everyday inspiration and save your favorites, or create your own wishes. 
— Share your wishlist with your friends and family.
— Enjoy, add & discuss emotional moments with our huge community.
— Watch the best video reviews from popular bloggers.
Follow Us :
Facebook: facebook.com/wishcloud.official
[email protected]
www.wishcloud.com                     Grundlæggende oplysninger om udvidelsen
| Navn |   |  
| ID | jmckhhdjbflmkkenmmclemmnelkojafa | 
| Officiel URL | https://chromewebstore.google.com/detail/wishcloud-%E2%80%94-dream-sharing/jmckhhdjbflmkkenmmclemmnelkojafa | 
| Beskrivelse | Add your wish | 
| Filstørrelse | 116 KB | 
| Antal Installationer | 25 | 
| Nuværende Version | 1.1 | 
| Senest Opdateret | 2021-03-25 | 
| Udgivelsesdato | 2021-02-12 | 
| Udvikler | Dominat | 
| [email protected] | |
| Betalingsmetode | free | 
| Udvidelseswebsted | https://wishcloud.com/ | 
| Hjælpeside-URL | https://wishcloud.com/ | 
| URL til Fortrolighedspolitik Side | https://wishcloud.com/privacy_policy | 
| Understøttede Sprog | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WishCloud \u2014 Dream Sharing",
    "description": "Add your wish",
    "version": "1.1",
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ],
    "browser_action": {
        "default_title": "Bookmarks",
        "default_icon": "img\/icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "img\/icon.png"
    },
    "manifest_version": 2
}  |  |