giftful

The easiest way to add wishes to your giftful wishlists!

giftful क्या है?

giftful https://giftful.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The easiest way to add wishes to your giftful wishlists!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में giftful एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Automatically add wishes to your giftful wishlist.

Click on the giftful button when you find the perfect item you want and giftful will automatically load in the details for you! Just choose which wishlist you want to pin it to.                    

एक्सटेंशन की मूल जानकारी

नाम giftful giftful
ID mbcfbddbppaccljmahnakpbafnoogmgi
आधिकारिक URL https://chromewebstore.google.com/detail/giftful/mbcfbddbppaccljmahnakpbafnoogmgi
विवरण The easiest way to add wishes to your giftful wishlists!
फ़ाइल का आकार 286 KB
स्थापना संख्या 14,105
वर्तमान संस्करण 1.8.7
अंतिम अपडेट 2023-11-15
प्रकाशन तिथि 2019-10-25
रेटिंग 3.91/5 कुल 11 रेटिंग्स
डेवलपर https://giftful.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://giftful.com/
गोपनीयता नीति पृष्ठ URL https://giftful.com/privacy
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "giftful",
    "description": "The easiest way to add wishes to your giftful wishlists!",
    "version": "1.8.7",
    "action": {
        "default_icon": {
            "16": "images\/giftful16.png",
            "32": "images\/giftful32.png",
            "48": "images\/giftful48.png",
            "128": "images\/giftful128.png"
        },
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "cookies",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/*.giftful.co\/*",
        "*:\/\/*.giftful.com\/*"
    ],
    "icons": {
        "16": "images\/giftful16.png",
        "32": "images\/giftful32.png",
        "48": "images\/giftful48.png",
        "128": "images\/giftful128.png"
    }
}