WishCloud — Dream Sharing
Add your wish
Что такое WishCloud — Dream Sharing?
WishCloud — Dream Sharing - это расширение Chrome, разработанное Dominat, и его основная функция - "Add your wish".
Снимки экрана расширения
Скачать файл CRX расширения WishCloud — Dream Sharing
Скачайте файлы расширений WishCloud — Dream Sharing в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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 Основная информация о расширении
| Название | |
| ID | jmckhhdjbflmkkenmmclemmnelkojafa |
| Официальный URL | https://chromewebstore.google.com/detail/wishcloud-%E2%80%94-dream-sharing/jmckhhdjbflmkkenmmclemmnelkojafa |
| Описание | Add your wish |
| Размер файла | 116 KB |
| Количество установок | 25 |
| Текущая Версия | 1.1 |
| Последнее Обновление | 2021-03-25 |
| Дата публикации | 2021-02-12 |
| Разработчик | Dominat |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Официальный сайт расширения | https://wishcloud.com/ |
| URL страницы помощи | https://wishcloud.com/ |
| URL страницы политики конфиденциальности | https://wishcloud.com/privacy_policy |
| Поддерживаемые языки | 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
} | |