WishCloud — Dream Sharing
Add your wish
Was ist WishCloud — Dream Sharing?
WishCloud — Dream Sharing ist eine Chrome-Erweiterung, die von Dominat entwickelt wurde, und ihr Hauptmerkmal ist "Add your wish".
Erweiterungsscreenshots
WishCloud — Dream Sharing-Erweiterungs-CRX-Datei herunterladen
Laden Sie WishCloud — Dream Sharing-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | jmckhhdjbflmkkenmmclemmnelkojafa |
| Offizielle URL | https://chromewebstore.google.com/detail/wishcloud-%E2%80%94-dream-sharing/jmckhhdjbflmkkenmmclemmnelkojafa |
| Beschreibung | Add your wish |
| Dateigröße | 116 KB |
| Installationsanzahl | 25 |
| Aktuelle Version | 1.1 |
| Letztes Update | 2021-03-25 |
| Veröffentlichungsdatum | 2021-02-12 |
| Entwickler | Dominat |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://wishcloud.com/ |
| Hilfeseite URL | https://wishcloud.com/ |
| URL der Datenschutzrichtlinien-Seite | https://wishcloud.com/privacy_policy |
| Unterstützte Sprachen | 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
} | |