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.
Hvad er Gift Hero?
Gift Hero er en Chrome-udvidelse udviklet af https://www.gifthero.com, og dens hovedfunktion er "The ultimate universal wish list and source for gift giving inspiration. Add anything to your Gift Hero wish list with just a click.".
Udvidelsesskærmbilleder
Download Gift Hero-udvidelses-CRX-fil
Download Gift Hero-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
Navn | Gift Hero |
ID | hcilfaknmnnhkmmojdhfilelmdebclig |
Officiel URL | https://chromewebstore.google.com/detail/gift-hero/hcilfaknmnnhkmmojdhfilelmdebclig |
Beskrivelse | The ultimate universal wish list and source for gift giving inspiration. Add anything to your Gift Hero wish list with just a click. |
Filstørrelse | 126 KB |
Antal Installationer | 9,283 |
Nuværende Version | 2.0.12 |
Senest Opdateret | 2021-11-12 |
Udgivelsesdato | 2017-09-08 |
Bedømmelse | 4.25/5 Samlet 4 Bedømmelser |
Udvikler | https://www.gifthero.com |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://www.gifthero.com |
Hjælpeside-URL | https://support.gifthero.com/adding-gifts/what-is-the-gift-hero-browser-plugin |
URL til Fortrolighedspolitik Side | https://www.gifthero.com/privacy-policy |
Understøttede Sprog | 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", " |