WishCloud — Dream Sharing

Add your wish

Qu'est-ce que WishCloud — Dream Sharing ?

WishCloud — Dream Sharing est une extension Chrome développée par Dominat, et sa fonction principale est "Add your wish".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension WishCloud — Dream Sharing

Téléchargez les fichiers d'extension WishCloud — Dream Sharing au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom WishCloud — Dream Sharing WishCloud — Dream Sharing
ID jmckhhdjbflmkkenmmclemmnelkojafa
URL Officiel https://chromewebstore.google.com/detail/wishcloud-%E2%80%94-dream-sharing/jmckhhdjbflmkkenmmclemmnelkojafa
Description Add your wish
Taille du Fichier 116 KB
Nombre d'Installations 25
Version Actuelle 1.1
Dernière Mise à Jour 2021-03-25
Date de Publication 2021-02-12
Développeur Dominat
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://wishcloud.com/
URL de la Page d'Aide https://wishcloud.com/
URL de la Page de Politique de Confidentialité https://wishcloud.com/privacy_policy
Langues Prises en Charge 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
}