WishCloud — Dream Sharing
Add your wish
Wat is WishCloud — Dream Sharing?
WishCloud — Dream Sharing is een Chrome-extensie ontwikkeld door Dominat, en de belangrijkste functie is "Add your wish".
Extensie Screenshots
Download het CRX-bestand van de extensie WishCloud — Dream Sharing
Download WishCloud — Dream Sharing-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 Basisinformatie over de Extensie
| Naam | |
| ID | jmckhhdjbflmkkenmmclemmnelkojafa |
| Officiële URL | https://chromewebstore.google.com/detail/wishcloud-%E2%80%94-dream-sharing/jmckhhdjbflmkkenmmclemmnelkojafa |
| Beschrijving | Add your wish |
| Bestandsgrootte | 116 KB |
| Aantal Installaties | 25 |
| Huidige Versie | 1.1 |
| Laatst Bijgewerkt | 2021-03-25 |
| Publicatiedatum | 2021-02-12 |
| Ontwikkelaar | Dominat |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://wishcloud.com/ |
| Help Pagina-URL | https://wishcloud.com/ |
| URL van de Privacybeleid Pagina | https://wishcloud.com/privacy_policy |
| Ondersteunde Talen | 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
} | |