WishCloud — Dream Sharing
Add your wish
Apa itu WishCloud — Dream Sharing?
WishCloud — Dream Sharing adalah ekstensi Chrome yang dikembangkan oleh Dominat, dan fitur utamanya adalah "Add your wish".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi WishCloud — Dream Sharing
Unduh file ekstensi WishCloud — Dream Sharing dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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 Informasi Dasar Ekstensi
| Nama | |
| ID | jmckhhdjbflmkkenmmclemmnelkojafa |
| URL Resmi | https://chromewebstore.google.com/detail/wishcloud-%E2%80%94-dream-sharing/jmckhhdjbflmkkenmmclemmnelkojafa |
| Deskripsi | Add your wish |
| Ukuran File | 116 KB |
| Jumlah Instalasi | 25 |
| Versi Saat Ini | 1.1 |
| Terakhir Diperbarui | 2021-03-25 |
| Tanggal Publikasi | 2021-02-12 |
| Pengembang | Dominat |
| [email protected] | |
| Tipe Pembayaran | free |
| Situs Ekstensi | https://wishcloud.com/ |
| URL Halaman Bantuan | https://wishcloud.com/ |
| URL Halaman Kebijakan Privasi | https://wishcloud.com/privacy_policy |
| Bahasa yang Didukung | 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
} | |