Add to Giftwhale wish list
Add any item to your Giftwhale wish lists right from within your browser.
Add to Giftwhale wish list क्या है?
Add to Giftwhale wish list https://giftwhale.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add any item to your Giftwhale wish lists right from within your browser."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Add to Giftwhale wish list एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Quickly and easily add items to your wish lists with the Giftwhale Chrome extension. When browsing the web, if you find any item you want to add to a wish list, just open up the 'Add to Giftwhale' extension and add it to your list. You can select which wish list you want to add the item to, and it will do everything without having the leave the page you're on.
एक्सटेंशन की मूल जानकारी
नाम | Add to Giftwhale wish list |
ID | oblghpjfokmfooclfjdcmobdimjahlim |
आधिकारिक URL | https://chromewebstore.google.com/detail/add-to-giftwhale-wish-lis/oblghpjfokmfooclfjdcmobdimjahlim |
विवरण | Add any item to your Giftwhale wish lists right from within your browser. |
फ़ाइल का आकार | 676 KB |
स्थापना संख्या | 256 |
वर्तमान संस्करण | 1.0.3 |
अंतिम अपडेट | 2022-07-08 |
प्रकाशन तिथि | 2022-06-29 |
डेवलपर | https://giftwhale.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://giftwhale.com |
सहायता पृष्ठ URL | https://giftwhale.com/contact |
गोपनीयता नीति पृष्ठ URL | https://giftwhale.com/privacy |
समर्थित भाषाएँ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Add to Giftwhale wish list", "version": "1.0.3", "description": "Add any item to your Giftwhale wish lists right from within your browser.", "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "permissions": [ "storage", "tabs" ], "host_permissions": [ "*:\/\/*.giftwhale.com\/*" ], "action": { "default_title": "Add to Giftwhale", "default_icon": "icons\/48.png", "default_popup": "popup\/content.html" } } |