Gift Hero

The ultimate universal wish list and source for gift giving inspiration. Add anything to your Gift Hero wish list with just a click.

Gift Hero क्या है?

Gift Hero https://www.gifthero.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The ultimate universal wish list and source for gift giving inspiration. Add anything to your Gift Hero wish list with just a click."।

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

screenshot

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

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

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

                        Add an item from any online retailer to your Gift Hero wish lists. You can now add an item from any site without changing pages!                    

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

नाम Gift Hero Gift Hero
ID hcilfaknmnnhkmmojdhfilelmdebclig
आधिकारिक URL https://chromewebstore.google.com/detail/gift-hero/hcilfaknmnnhkmmojdhfilelmdebclig
विवरण The ultimate universal wish list and source for gift giving inspiration. Add anything to your Gift Hero wish list with just a click.
फ़ाइल का आकार 126 KB
स्थापना संख्या 9,283
वर्तमान संस्करण 2.0.12
अंतिम अपडेट 2021-11-12
प्रकाशन तिथि 2017-09-08
रेटिंग 4.25/5 कुल 4 रेटिंग्स
डेवलपर https://www.gifthero.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.gifthero.com
सहायता पृष्ठ URL https://support.gifthero.com/adding-gifts/what-is-the-gift-hero-browser-plugin
गोपनीयता नीति पृष्ठ URL https://www.gifthero.com/privacy-policy
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Gift Hero",
    "author": "Gift Hero, Inc.",
    "homepage_url": "https:\/\/gifthero.com",
    "options_page": "options.html",
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "20": "Icon-20.png",
            "40": "Icon-40.png",
            "128": "Icon-128.png"
        },
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.gifthero.dev\/*",
                "*:\/\/*.gifthero.com\/*"
            ],
            "js": [
                "gifthero.bundle.js"
            ]
        }
    ],
    "icons": {
        "16": "Icon-16.png",
        "48": "Icon-48.png",
        "54": "Icon-54.png",
        "90": "Icon-90.png",
        "128": "Icon-128.png",
        "270": "Icon-270.png"
    },
    "manifest_version": 2,
    "permissions": [
        "activeTab",
        "",
        "storage"
    ],
    "description": "The ultimate universal wish list and source for gift giving inspiration. Add anything to your Gift Hero wish list with just a click.",
    "version": "2.0.12",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}