WishCloud — Dream Sharing
Add your wish
Cos'è WishCloud — Dream Sharing?
WishCloud — Dream Sharing è un'estensione di Chrome sviluppata da Dominat, e la sua funzione principale è "Add your wish".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione WishCloud — Dream Sharing
Scarica i file di estensione WishCloud — Dream Sharing in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
                        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                     Informazioni di Base sull'Estensione
| Nome |   |  
| ID | jmckhhdjbflmkkenmmclemmnelkojafa | 
| URL Ufficiale | https://chromewebstore.google.com/detail/wishcloud-%E2%80%94-dream-sharing/jmckhhdjbflmkkenmmclemmnelkojafa | 
| Descrizione | Add your wish | 
| Dimensione del File | 116 KB | 
| Conteggio Installazioni | 25 | 
| Versione Corrente | 1.1 | 
| Ultimo Aggiornamento | 2021-03-25 | 
| Data di Pubblicazione | 2021-02-12 | 
| Sviluppatore | Dominat | 
| [email protected] | |
| Tipo di Pagamento | free | 
| Sito Web dell'Estensione | https://wishcloud.com/ | 
| URL della Pagina di Aiuto | https://wishcloud.com/ | 
| URL della Pagina della Politica sulla Privacy | https://wishcloud.com/privacy_policy | 
| Lingue Supportate | 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
}  |  |