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.
What is Gift Hero?
Gift Hero is a Chrome extension developed by https://www.gifthero.com, and its main feature is "The ultimate universal wish list and source for gift giving inspiration. Add anything to your Gift Hero wish list with just a click.".
Extension Screenshots
Download Gift Hero Extension CRX File
Download Gift Hero extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | Gift Hero |
ID | hcilfaknmnnhkmmojdhfilelmdebclig |
Official URL | https://chromewebstore.google.com/detail/gift-hero/hcilfaknmnnhkmmojdhfilelmdebclig |
Description | The ultimate universal wish list and source for gift giving inspiration. Add anything to your Gift Hero wish list with just a click. |
File Size | 126 KB |
Installation Count | 9,283 |
Current Version | 2.0.12 |
Last Updated | 2021-11-12 |
Publish Date | 2017-09-08 |
Rating | 4.25/5 Total 4 Ratings |
Developer | https://www.gifthero.com |
[email protected] | |
Payment Type | free |
Extension Website | https://www.gifthero.com |
Help Page URL | https://support.gifthero.com/adding-gifts/what-is-the-gift-hero-browser-plugin |
Privacy Policy Page URL | https://www.gifthero.com/privacy-policy |
Supported Languages | 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", " |