WishCloud — Dream Sharing
Add your wish
Co to jest WishCloud — Dream Sharing?
WishCloud — Dream Sharing to rozszerzenie Chrome opracowane przez Dominat, a jego główną funkcją jest „Add your wish”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia WishCloud — Dream Sharing
Pobierz pliki rozszerzeń WishCloud — Dream Sharing w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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 Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | jmckhhdjbflmkkenmmclemmnelkojafa |
| Oficjalny URL | https://chromewebstore.google.com/detail/wishcloud-%E2%80%94-dream-sharing/jmckhhdjbflmkkenmmclemmnelkojafa |
| Opis | Add your wish |
| Rozmiar pliku | 116 KB |
| Liczba instalacji | 25 |
| Aktualna Wersja | 1.1 |
| Ostatnia Aktualizacja | 2021-03-25 |
| Data Publikacji | 2021-02-12 |
| Deweloper | Dominat |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://wishcloud.com/ |
| Adres URL Strony Pomocy | https://wishcloud.com/ |
| Adres URL Strony Polityki Prywatności | https://wishcloud.com/privacy_policy |
| Obsługiwane Języki | 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
} | |