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.

Vad är Gift Hero?

Gift Hero är en Chrome-tillägg utvecklad av https://www.gifthero.com, och dess huvudfunktion är "The ultimate universal wish list and source for gift giving inspiration. Add anything to your Gift Hero wish list with just a click.".

Tilläggsskärmbilder

screenshot

Ladda ner Gift Hero-förlängningens CRX-fil

Ladda ner Gift Hero-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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!                    

Grundläggande Information om Tillägg

Namn Gift Hero Gift Hero
ID hcilfaknmnnhkmmojdhfilelmdebclig
Officiell webbadress https://chromewebstore.google.com/detail/gift-hero/hcilfaknmnnhkmmojdhfilelmdebclig
Beskrivning The ultimate universal wish list and source for gift giving inspiration. Add anything to your Gift Hero wish list with just a click.
Filstorlek 126 KB
Antal Installationer 9,283
Aktuell Version 2.0.12
Senast Uppdaterad 2021-11-12
Publiceringsdatum 2017-09-08
Betyg 4.25/5 Totalt 4 Betyg
Utvecklare https://www.gifthero.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.gifthero.com
Hjälpsida URL https://support.gifthero.com/adding-gifts/what-is-the-gift-hero-browser-plugin
URL till Sekretesspolicy Sidan https://www.gifthero.com/privacy-policy
Stödda Språk 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'"
}