Wished
Wish for anything, anywhere
Wished क्या है?
Wished https://www.wished.online द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Wish for anything, anywhere"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Wished एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Wished is your universal wishlist for all of your favourite shopping sites. Create multiple wishlists, share them with friends and family, and even get notified of price updates! With our easy-to-use and customizable wishlist extension, you will be able to save their favourite products and purchase them later with just a few clicks. Our extension is fully compatible with any online store and can easily provide you Key Features: - Easy-to-use and intuitive interface - Compatible with any online store - Share wishlists with friends and family - Be notified of price drops - Ability to add and manage unlimited items in all of your wishlists
एक्सटेंशन की मूल जानकारी
नाम | Wished |
ID | hhnahkmehhkjemigopkkkamciojfmcbh |
आधिकारिक URL | https://chromewebstore.google.com/detail/wished/hhnahkmehhkjemigopkkkamciojfmcbh |
विवरण | Wish for anything, anywhere |
फ़ाइल का आकार | 325 KB |
स्थापना संख्या | 35 |
वर्तमान संस्करण | 1.4.1 |
अंतिम अपडेट | 2023-11-19 |
प्रकाशन तिथि | 2021-03-12 |
रेटिंग | 5.00/5 कुल 8 रेटिंग्स |
डेवलपर | https://www.wished.online |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.wished.online/ |
सहायता पृष्ठ URL | https://www.wished.online/ |
गोपनीयता नीति पृष्ठ URL | https://www.wished.online/privacy-policy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Wished", "version": "1.4.1", "description": "Wish for anything, anywhere", "icons": { "16": "images\/icons\/16.png", "32": "images\/icons\/32.png", "48": "images\/icons\/48.png", "96": "images\/icons\/96.png" }, "browser_action": { "browser_style": true, "default_popup": "popup.htm", "default_icon": { "16": "images\/icons\/16.png", "32": "images\/icons\/32.png" } }, "content_security_policy": "script-src 'self'; object-src 'self'", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "activeTab" ], "background": { "scripts": [ "background.bundle.js" ] }, "content_scripts": [ { "all_frames": false, "js": [ "content.bundle.js" ], "match_about_blank": false, "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_end" } ] } |